Common.css: Difference between revisions
From DT Online
(Add some left padding to right floated items so that the text doesn't bang into them) |
(Add space above groups - mainly to put a bit of space above category buttons) |
||
Line 3: | Line 3: | ||
{ | { | ||
padding-left: 1em; | padding-left: 1em; | ||
} | |||
div.group | |||
{ | |||
margin-top: 0.5em; | |||
} | } |
Revision as of 17:37, 18 February 2015
/* CSS placed here will be applied to all skins */ div.floatright { padding-left: 1em; } div.group { margin-top: 0.5em; }