Template:Entry Stylesheet/style.css: Difference between revisions
Template page
More actions
Created page with "h2 span{ color: red; }" |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
h2 | p + ol li { | ||
padding-top: 10px; | |||
} | |||
p + ul li { | |||
padding-top: 10px; | |||
} | |||
p + ol li:first-child { | |||
padding-top: 0; | |||
} | |||
p + ul li:first-child { | |||
padding-top: 0; | |||
} | |||
h2 { | |||
margin-top: 30px; | |||
} | |||
h3{ | |||
margin-top: 15px; | |||
} | |||
h2 + p, h3 + p{ | |||
margin-top: 5px; | |||
} | |||
div.thumbinner{ | |||
margin-inline: initial; | |||
} | } |