MediaWiki:Constitution.css: Difference between revisions

From Nottinghack Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
h3, h4 {
h3, h4 {
    color: #FF0000;
     font-size: 1em;
     font-size: 1em;
     font-weight: normal;
     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;
}