diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -61,6 +61,11 @@ DIV.actions { background-color: LightBlue; } +div.actions ul { + border-bottom: 0; + padding:0 0 0 15px; +} + DIV#topbar { margin: 0; padding: 0; @@ -98,10 +103,6 @@ DIV#topbar ol li { line-height: 2em; } -div.actions ul { - border-bottom: 0; -} - DIV#sidebar { margin: 3em 0 1em 2em; padding: 0; |