diff options
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r-- | themes/default/theme.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 853180af5..f7a56f9e2 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -54,6 +54,10 @@ font-style: italic; } +#mbCategories IMG { + vertical-align: bottom; /*otherwise line height changes*/ +} + #menubar INPUT { text-indent: 2px; } @@ -429,6 +433,10 @@ BODY { min-width: 60em; /* ~ 3* #menubar width; width of the page before getting a scrollbar; IE6 doesn't get that*/ } +IMG { + border: 0; /*IE<=9 adds border for linked images*/ +} + #thePopuphelpPage { min-width: 0; /*reset the min width*/ } |