MediaWiki:Common.css: Difference between revisions

From NEOSYS Technical Support Wiki
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: H2 {font-weight:bold}")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


H2 {font-weight:bold}
H2 {
font-weight:bold;
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;
}