]> sipb.mit.edu Git - wiki.git/commitdiff
Refine class="right", remove duplicated styles.
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 11 Feb 2009 05:26:59 +0000 (00:26 -0500)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 11 Feb 2009 05:26:59 +0000 (00:26 -0500)
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
local.css
style.css

index d9ae41333cc9ba076a753818d854dec3c473365b..b503db8b80a7801c33f881ac42d250b574060358 100644 (file)
--- a/local.css
+++ b/local.css
@@ -6,6 +6,7 @@ font-family: verdana, arial, helvetica, sans-serif;
 img
 {
 float: right;
+margin-left: 2em;
 }
 
 .cols:after
@@ -34,4 +35,5 @@ width: 50%;
 .right
 {
 float: right;
+margin-left: 2em;
 }
index eb11cf3c0cf0e0c67a86944fe9f4d2ee045b8afa..84b52499d179966752e209e10cbcfb5c63edc040 100644 (file)
--- a/style.css
+++ b/style.css
@@ -349,20 +349,3 @@ dl.services dd{
 .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%;
-}