Difference between revisions of "MediaWiki:Constitution.css"

From Nottinghack Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
h3 {
+
h3, h4 {
    color: #FF0000;
 
 
     font-size: 1em;
 
     font-size: 1em;
 +
    font-weight: normal;
 +
    margin: 0.4em 0 0.5em;
 +
    padding-left: 15px;
 +
}
 +
 +
h4 {
 +
    padding-left: 30px;
 
}
 
}

Latest revision as of 21:47, 10 December 2012

h3, h4 {
    font-size: 1em;
    font-weight: normal;
    margin: 0.4em 0 0.5em;
    padding-left: 15px;
}

h4 {
    padding-left: 30px;
}