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/ie7.css | |
parent | c9430ab3127d01354579644c595f2b0b0eaff9cd (diff) |
Tag filtering CSS fixes for IE0.6.3
darcs-hash:20081124052230-eefa4-0b17fc8872d7f4cc765fc4f3fd6abd3288120c08.gz
Diffstat (limited to 'theme/default/ie7.css')
-rw-r--r-- | theme/default/ie7.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/default/ie7.css b/theme/default/ie7.css index 14534c05e..23a3241b7 100644 --- a/theme/default/ie7.css +++ b/theme/default/ie7.css @@ -32,3 +32,8 @@ img.avatar.original, img.avatar.profile { padding: 6px 15px; line-height: 27px; } + +#filter_tags ul li#filter_tags_item label { +position:relative; +top:-8px; +}
\ No newline at end of file |