MediaWiki:Common.css: Difference between revisions

From NEOSYS Technical Support Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


H2 {
H2 {
font-weight:bold
font-weight:bold;
border-bottom: 1px solid #000;
border-bottom: 2px solid #AAA;
}
}

Latest revision as of 18:25, 23 March 2015

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

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