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
#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;
......
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