diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-06 21:06:19 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-06 21:06:19 +0200 |
commit | d987de88529c1988377a82cce6d0295f02046017 (patch) | |
tree | d25d05baa2af9c07a0e4c2b7baf8394470fd4296 | |
parent | f5ecb6a9bb69ac00a11dcc45e3037a74bc9ca009 (diff) |
Actions padding.
-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; |