MediaWiki:Common.css: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will be applied to all skins: h1,h2,h3,h4,h5,h6 { } : color: green')
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
h1,h2,h3,h4,h5,h6 {     }  : color: green
h1,h2,h3,h4,h5,h6 { color: green }

Latest revision as of 10:06, 18 July 2011

/* CSS placed here will be applied to all skins */
h1,h2,h3,h4,h5,h6 { color: green }