From 01ede5ca1ee4929811078d6a4fc87218d24ac974 Mon Sep 17 00:00:00 2001 From: Test Server 1 Date: Wed, 9 Jul 2008 23:29:53 -0400 Subject: mc's changes on test1 darcs-hash:20080710032953-e4794-beb1a282ccfa8f3bf977d2ed28a863ba9084d86c.gz --- theme/stoica/ie6.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'theme/stoica/ie6.css') 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 +} -- cgit v1.2.3-54-g00ecf