Make sure footer links don't break in Chrome when zooming

Bug: 47897
Change-Id: I05041231b69035c12b0898176eb37d311186043d
This commit is contained in:
kaldari 2013-04-30 14:21:18 -07:00
parent 456a5e8774
commit a61592465e

View file

@ -108,7 +108,8 @@
clear: left;
float: left;
padding: 15px 15px 15px 60px;
width: 150px;
/* 149px instead of 150px due to Chrome rounding bug (bug 47897) */
width: 149px;
min-height: 14px;
font-size: 13px;
/* @embed */