Difference between revisions of "MediaWiki:Common.css"

From HexWiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: h2, h3, h4 { clear: both; }")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
h2, h3, h4 {
 
h2, h3, h4 {
 
     clear: both;
 
     clear: both;
 +
}
 +
 +
.mw-wikiforum-thread-sub {
 +
    word-break: normal !important;
 
}
 
}

Latest revision as of 22:22, 3 April 2017

/* CSS placed here will be applied to all skins */

h2, h3, h4 {
    clear: both;
}

.mw-wikiforum-thread-sub {
    word-break: normal !important;
}