]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
CSS patch for bug 314055: Fix incorrect layout on footer bar - words overlap; patch...
authorjocuri%softhome.net <>
Wed, 22 Feb 2006 00:15:16 +0000 (00:15 +0000)
committerjocuri%softhome.net <>
Wed, 22 Feb 2006 00:15:16 +0000 (00:15 +0000)
skins/standard/global.css

index 7d6e0abbaa1a47d9b41eb490c03ca3b7c4213496..5570c6f2c9703d2add0e347e3bba9554ef8b0d6d 100644 (file)
@@ -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;