diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-02-14 21:38:41 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-02-14 21:38:41 +0000 |
commit | 45fbfcf5049d300b0f34bab185ea7372852af203 (patch) | |
tree | 59a250cc5a39388e1288976b465ba71df3bf6fdf /themes/default | |
parent | 53e9acff6bf0b91c7bb957b9c62beb55074b070d (diff) |
- added 2 missing embellish_url
- fix css (admin bakground not existing; public IE image border)
git-svn-id: http://piwigo.org/svn/trunk@13167 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-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*/ } |