diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-28 17:14:11 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-28 17:14:11 +0000 |
commit | c85b6155eb004fe556de255482c04b87046c90b3 (patch) | |
tree | 954c3108b1a1b1d2907604cd9ef7605dd86037e9 /theme/base | |
parent | 87bc612778932748d5b638af4c45493435c404d4 (diff) |
Minor UI fix for IE6 notice-options
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/ie6.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css index eca240faa..edc49478f 100644 --- a/theme/base/css/ie6.css +++ b/theme/base/css/ie6.css @@ -35,3 +35,6 @@ width:20%; width:50%; margin-left:30px; } +.notice-options a { +width:16px; +}
\ No newline at end of file |