MediaWiki:Common.css: Difference between revisions

From NEOSYS Technical Support Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
H2 {
H2 {
font-weight:bold;
font-weight:bold;
border-bottom: 2px solid #000;
border-bottom: 2px;
}
}

Revision as of 18:24, 23 March 2015

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

H2 {
font-weight:bold;
border-bottom: 2px;
}