diff options
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 33e587a1e..edb3077f7 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -262,6 +262,7 @@ input.button:active { .pagenav a.button { padding: 1px 3px; height: 16px; + vertical-align: middle; } .pagenav a.button span.inner { @@ -316,6 +317,11 @@ input.button:active { min-width: 16em; } +.pagenavbuttons { + position: relative; + top: -2px; +} + a.iconbutton { display: inline-block; width: 24px; @@ -858,6 +864,7 @@ table.layout td { height: 13px; width: 14px; text-indent: 1000px; + vertical-align: bottom; overflow: hidden; background: url(images/buttons.png) -4px -286px no-repeat; } |