Difference between revisions of "MediaWiki:Common.css"

From Vincents CV Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: h3 { text-indent: 50px; }")
 
m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
h3 {
 
h3 {
     text-indent: 50px;
+
     text-indent: 10px;
 
}
 
}

Revision as of 02:08, 18 October 2016

/* CSS placed here will be applied to all skins */
h3 {
    text-indent: 10px;
}