User:TF2CutContent/common.css: Difference between revisions
Jump to navigation
Jump to search
(y u no work) Tag: Blanking |
mNo edit summary |
||
Line 1: | Line 1: | ||
/** | |||
* Fix for category links overflowing out of the box. | |||
* Who the hell decided to set a height of 19px on this element on screens? | |||
*/ | |||
@media screen { | |||
.catlinks { | |||
height: auto; | |||
} | |||
} |