avoid off by a few issues for people who zoom their browser.

This commit is contained in:
Stefan Breunig 2013-02-16 15:21:24 +01:00
parent 6a85f34725
commit a2369b5119

View File

@ -451,12 +451,12 @@ h3 {
* as thats solved by setting height on .mods. */
display: block;
float:left;
height: 64px;
height: 63px;
margin: 0 2px;
overflow: hidden;
padding: 2px;
text-align: center;
width: 64px;
width: 63px;
cursor:help;
border: 1px solid #666;
}