avoid off by a few issues for people who zoom their browser.
This commit is contained in:
parent
6a85f34725
commit
a2369b5119
@ -451,12 +451,12 @@ h3 {
|
|||||||
* as that’s solved by setting height on .mods. */
|
* as that’s solved by setting height on .mods. */
|
||||||
display: block;
|
display: block;
|
||||||
float:left;
|
float:left;
|
||||||
height: 64px;
|
height: 63px;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 64px;
|
width: 63px;
|
||||||
cursor:help;
|
cursor:help;
|
||||||
border: 1px solid #666;
|
border: 1px solid #666;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user