Foreground.css: Difference between revisions
From Iron Realms Nexus Client Documentation
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
h2, h3, h4, h5, h6 { | h2, h3, h4, h5, h6 { | ||
margin-top:1em; | margin-top:1em; | ||
} | |||
.thumb { | |||
border: solid 1px grey; | |||
padding: 5px; | |||
background-color:#CCC; | |||
} | |||
.thumbcaption { | |||
font-size: 0.8em; | |||
margin-top:.5em; | |||
} | |||
p { | |||
margin-bottom: 0.7em; | |||
} | } |
Latest revision as of 06:26, 19 February 2016
h2, h3, h4, h5, h6 { margin-top:1em; } .thumb { border: solid 1px grey; padding: 5px; background-color:#CCC; } .thumbcaption { font-size: 0.8em; margin-top:.5em; } p { margin-bottom: 0.7em; }