Difference between revisions of "MediaWiki:Common.css"
From HexWiki
(Created page with "→CSS placed here will be applied to all skins: h2, h3, h4 { clear: both; }") |
|||
Line 3: | Line 3: | ||
h2, h3, h4 { | h2, h3, h4 { | ||
clear: both; | clear: both; | ||
+ | } | ||
+ | |||
+ | .mw-wikiforum-thread-sub { | ||
+ | word-break: normal; | ||
} | } |
Revision as of 22:21, 3 April 2017
/* CSS placed here will be applied to all skins */ h2, h3, h4 { clear: both; } .mw-wikiforum-thread-sub { word-break: normal; }