diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-24 00:22:30 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-24 00:22:30 -0500 |
commit | 75bbf5fd1ed0eb8cf0d46c643312ae0f3b698176 (patch) | |
tree | 4a5c90b1870599bc9be5302a78ac94c4fbe19eae /theme/default/ie6.css | |
parent | c9430ab3127d01354579644c595f2b0b0eaff9cd (diff) |
Tag filtering CSS fixes for IE0.6.3
darcs-hash:20081124052230-eefa4-0b17fc8872d7f4cc765fc4f3fd6abd3288120c08.gz
Diffstat (limited to 'theme/default/ie6.css')
-rw-r--r-- | theme/default/ie6.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/theme/default/ie6.css b/theme/default/ie6.css index fbdab9eed..f9fc8150e 100644 --- a/theme/default/ie6.css +++ b/theme/default/ie6.css @@ -33,10 +33,20 @@ input { .notice_single { height: 48px; } +#profile { + margin-left:0px; +} #profile p.notice_current { height: 96px; } - +#filter_tags { + margin-left:20px; +} +#content .subscriptions { + margin-left:30px; + width:100%; +} + #subscriptions_avatars li { float: left; margin: 0; |