summaryrefslogtreecommitdiff
path: root/theme/stoica/ie6.css
diff options
context:
space:
mode:
authorTest Server 1 <test1@dev.controlezvous.ca>2008-07-09 23:29:53 -0400
committerTest Server 1 <test1@dev.controlezvous.ca>2008-07-09 23:29:53 -0400
commit01ede5ca1ee4929811078d6a4fc87218d24ac974 (patch)
tree60221d40e116597305d9866ca7730f6ccb22edf3 /theme/stoica/ie6.css
parentad554f38e1c8aec55e7c93d9cd795abc3a78f8c1 (diff)
mc's changes on test1
darcs-hash:20080710032953-e4794-beb1a282ccfa8f3bf977d2ed28a863ba9084d86c.gz
Diffstat (limited to 'theme/stoica/ie6.css')
-rw-r--r--theme/stoica/ie6.css19
1 files changed, 14 insertions, 5 deletions
diff --git a/theme/stoica/ie6.css b/theme/stoica/ie6.css
index d1c09c630..97d9fee3f 100644
--- a/theme/stoica/ie6.css
+++ b/theme/stoica/ie6.css
@@ -3,6 +3,9 @@
body {
text-align: center;
}
+input {
+ height: 24px;
+}
#wrap {
margin: 0 auto;
padding: 0 20px;
@@ -20,9 +23,10 @@ body {
#nav_views li {
line-height: 19px;
}
-#statistics dd {
+.statistics dd {
+ margin-top: -15px;
clear: both;
- }
+ }
#notices {
margin: 0;
}
@@ -34,8 +38,14 @@ body {
}
#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;
}
@@ -49,6 +59,5 @@ body {
margin-left: 108px;
}
#footer {
-/* position: relative; */
margin-left: 108px;
-} \ No newline at end of file
+}