Difference between revisions of "MediaWiki:Common.css"

From Nevercenter 3D Modeling Wiki
Jump to: navigation, search
(New page: * CSS placed here will be applied to all skins: h2 { color: #ff0000; font-weight: bold; })
 
m
Line 2: Line 2:
  
 
h2 {
 
h2 {
color: #ff0000;
+
color: #000000;
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}

Revision as of 11:09, 25 April 2008

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

h2 {
	color: #000000;
	font-weight: bold;
}