diff options
author | jocuri%softhome.net <> | 2006-02-22 01:14:56 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2006-02-22 01:14:56 +0100 |
commit | 684cbddd0152fea3f3096076975fe96ed7cb9085 (patch) | |
tree | f5d09c25c8dd6699c02a8814f05af87a3cd3ce5c /skins | |
parent | 8ca103d253892761f81f66e186e5e584bcb9b6c3 (diff) | |
download | bugzilla-684cbddd0152fea3f3096076975fe96ed7cb9085.tar.gz bugzilla-684cbddd0152fea3f3096076975fe96ed7cb9085.tar.xz |
CSS patch for bug 314055: Fix incorrect layout on footer bar - words overlap; patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=vladd, a=justdave.
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 7d6e0abba..5570c6f2c 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -218,7 +218,7 @@ body #footer .label { - width: 7.2em; + width: 8.2em; display: block; float: left; @@ -244,7 +244,7 @@ body #footer .links { - display: block; + display: table-cell; padding: 0.1em 0.2em; } @@ -252,8 +252,6 @@ body /* hide from MSIE and NN4 */ [id]#footer .links { - display: table-cell; - padding-top: 0; vertical-align: baseline; |