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
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: 1px solid #000;
}

Revision as of 18:04, 23 March 2015

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

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