Commit 684cbddd authored by jocuri%softhome.net's avatar jocuri%softhome.net

CSS patch for bug 314055: Fix incorrect layout on footer bar - words overlap;…

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.
parent 8ca103d2
...@@ -218,7 +218,7 @@ body ...@@ -218,7 +218,7 @@ body
#footer .label #footer .label
{ {
width: 7.2em; width: 8.2em;
display: block; display: block;
float: left; float: left;
...@@ -244,7 +244,7 @@ body ...@@ -244,7 +244,7 @@ body
#footer .links #footer .links
{ {
display: block; display: table-cell;
padding: 0.1em 0.2em; padding: 0.1em 0.2em;
} }
...@@ -252,8 +252,6 @@ body ...@@ -252,8 +252,6 @@ body
/* hide from MSIE and NN4 */ /* hide from MSIE and NN4 */
[id]#footer .links [id]#footer .links
{ {
display: table-cell;
padding-top: 0; padding-top: 0;
vertical-align: baseline; vertical-align: baseline;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment