]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/ie6.css
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
[quix0rs-gnu-social.git] / theme / base / css / ie6.css
index 4a2316903db34ef732958ac54bef6a5832dca3bc..dde4d6fc77081906566f6f7ec0cebea44c30dacc 100644 (file)
@@ -1,8 +1,37 @@
 /* IE6 specific styles */
+address {
+margin-left:7px;
+}
+address .fn {
+display:none;
+}
+
+#wrap {
+width:1003px;
+margin:0 auto;
+}
+
+#content {
+width:70%;
+}
+#aside_primary {
+padding:5%;
+width:29.5%;
+}
 .entity_profile .entity_nickname,
 .entity_profile .entity_location,
 .entity_profile .entity_url,
 .entity_profile .entity_note,
 .entity_profile .entity_tags {
-margin-left:55px;
+margin-left:0;
+}
+.entity_profile .entity_depiction {
+margin-bottom:123px;
+}
+.entity_actions {
+width:20%;
+}
+.notice div.entry-content {
+width:50%;
+margin-left:30px;
 }