]> sipb.mit.edu Git - wiki.git/commitdiff
move local.css into style.css
authorGreg Price <price@mit.edu>
Wed, 11 Feb 2009 08:33:38 +0000 (03:33 -0500)
committerGreg Price <price@mit.edu>
Wed, 11 Feb 2009 08:33:38 +0000 (03:33 -0500)
There might be a coherent distinction to be had here,
but we don't have it.

local.css [deleted file]
style.css

diff --git a/local.css b/local.css
deleted file mode 100644 (file)
index ff41b37..0000000
--- a/local.css
+++ /dev/null
@@ -1,28 +0,0 @@
-.cols:after
-{
-content: "";
-display: block;
-height: 0;
-clear: both;
-}
-
-.col1
-{
-position: relative;
-float: left;
-width: 50%;
-}
-
-.col2
-{
-position: relative;
-float: right;
-align: left;
-width: 50%;
-}
-
-.right
-{
-float: right;
-margin-left: 2em;
-}
index 84b52499d179966752e209e10cbcfb5c63edc040..9d8162f803aa122c650199aeb1f2e5d5e03d63cf 100644 (file)
--- a/style.css
+++ b/style.css
@@ -349,3 +349,27 @@ dl.services dd{
 .actions ul li a:hover{
        text-decoration:underline;
 }
 .actions ul li a:hover{
        text-decoration:underline;
 }
+
+
+.cols:after {
+content: "";
+display: block;
+height: 0;
+clear: both;
+}
+.col1 {
+position: relative;
+float: left;
+width: 50%;
+}
+.col2 {
+position: relative;
+float: right;
+align: left;
+width: 50%;
+}
+
+.right {
+float: right;
+margin-left: 2em;
+}