]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Layout fix for IE6
authorSarven Capadisli <csarven@controlyourself.ca>
Mon, 22 Jun 2009 17:18:09 +0000 (17:18 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Mon, 22 Jun 2009 17:18:09 +0000 (17:18 +0000)
theme/base/css/ie6.css

index 76a82c0042d32841784b46fd0bb50d340ddd16d8..dde4d6fc77081906566f6f7ec0cebea44c30dacc 100644 (file)
@@ -5,6 +5,12 @@ margin-left:7px;
 address .fn {
 display:none;
 }
+
+#wrap {
+width:1003px;
+margin:0 auto;
+}
+
 #content {
 width:70%;
 }
@@ -26,5 +32,6 @@ margin-bottom:123px;
 width:20%;
 }
 .notice div.entry-content {
-width:63%;
+width:50%;
+margin-left:30px;
 }