User:TF2CutContent/common.css: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (do i need to set !important on this shit for it to work, or does this just not work over on this wiki?)
m (Blanked the page)
Tag: Blanking
 
(2 intermediate revisions by the same user not shown)
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 !important;
  }
}

Latest revision as of 08:30, 23 November 2023