summaryrefslogtreecommitdiff
path: root/theme/default/ie6.css
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-10-21 15:48:33 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-10-21 15:48:33 -0400
commitc91abed36fe148b7c64a3df703bd1d1bb185c08c (patch)
tree8ec20be3f1d23e68ed6c5b20f5c06cbbc21d062c /theme/default/ie6.css
parentd9f06a3fd6d4cf57dee40c7cd7489fe031ad7f9f (diff)
move identica ie[67].css to default
darcs-hash:20081021194833-5ed1f-f5b4c246fd461f0e0a82ce8ee52985183b4577f1.gz
Diffstat (limited to 'theme/default/ie6.css')
-rw-r--r--theme/default/ie6.css54
1 files changed, 47 insertions, 7 deletions
diff --git a/theme/default/ie6.css b/theme/default/ie6.css
index d9b1fbb45..fbdab9eed 100644
--- a/theme/default/ie6.css
+++ b/theme/default/ie6.css
@@ -1,23 +1,63 @@
@charset "UTF-8";
/* CSS Document */
-
+body {
+ text-align: center;
+}
+input {
+ height: 24px;
+}
+#wrap {
+ margin: 0 auto;
+ padding: 0 20px;
+ width: 800px;
+ text-align: left;
+ background: url(bg-header.gif) repeat-x #fbf2d7;
+ }
+#header {
+ position: relative;
+ margin-left: 108px;
+ }
+#nav_views {
+ margin: 0;
+ }
#nav_views li {
line-height: 19px;
}
-#statistics dd {
+.statistics dd {
+ margin-top: -15px;
clear: both;
- }
-
+ }
+#notices {
+ margin: 0;
+ }
+.notice_single {
+ height: 48px;
+ }
#profile p.notice_current {
height: 96px;
}
#subscriptions_avatars li {
- margin: 0 3px 0 0;
+ float: left;
+ margin: 0;
+ padding: 0;
+ }
+img.avatar.original, img.avatar.profile {
+ clear: none;
+ float: left;
+}
+#status_textarea {
+ height: 46px;
}
-
#nav_pagination li a {
padding: 6px 15px;
line-height: 27px;
- } \ No newline at end of file
+ }
+#nav_sub {
+ position: relative;
+ margin-left: 108px;
+ }
+#footer {
+ margin-left: 108px;
+}