]> 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:34 +0000 (00:15 +0000)
committerjocuri%softhome.net <>
Wed, 22 Feb 2006 00:15:34 +0000 (00:15 +0000)
skins/standard/global.css

index bf4765c51818169ff6c088166e15fd62510c2cf2..7fb06071cc4857798bb1928dc6a8a275c05eaf56 100644 (file)
@@ -216,7 +216,7 @@ body
 
     #footer .label
     {
-        width: 7.2em;
+        width: 8.2em;
         display: block;
         float: left;
 
@@ -242,7 +242,7 @@ body
 
     #footer .links
     {
-        display: block;
+        display: table-cell;
 
         padding: 0.1em 0.2em;
     }
@@ -250,8 +250,6 @@ body
     /* hide from MSIE and NN4 */
     [id]#footer .links
     {
-        display: table-cell;
-
         padding-top: 0;
         
         vertical-align: baseline;