]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/ie6.css
Make addressee groups italic.
[quix0rs-gnu-social.git] / theme / base / css / ie6.css
index fa6ec92d2f1ed063f9fe8be15c33206df90c946a..c4a87a66314d59abc341e3fb619a4542b2d1a696 100644 (file)
@@ -1,4 +1,30 @@
-/* IE6 specific styles */
+/* LTE IE6 styles */
+
+#content {
+    width: 520px;
+}
+
+#aside_primary {
+    width: 220px;
+}
+
+#content h1 {
+    clear: left;
+}
+
+address .fn {
+    display: none;
+}
+
+#header-search {
+    width: 240px;
+}
+
+#header-search input {
+    height: 20px;
+    font-size: 12px;
+}
+
 .entity_profile .entity_nickname,
 .entity_profile .entity_location,
 .entity_profile .entity_url,
@@ -9,6 +35,26 @@ margin-left:0;
 .entity_profile .entity_depiction {
 margin-bottom:123px;
 }
+.entity_actions {
+width:20%;
+}
+
 .notice div.entry-content {
-width:63%;
+    margin-left: 30px;
+}
+
+.notice-source-activity div.entry-content {
+    margin-left: 0;
+} 
+
+.threaded-replies {
+    margin-left: 30px;
+}
+
+#content .notice .threaded-replies .notice div.entry-content {
+    margin-left: 18px;
+}
+
+.notice-options a {
+width:16px;
 }