diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,10 +2,15 @@ /* Add local styling here, instead of modifying style.css. */ +div#actions ul { + border-bottom: 0; +} + div#topbar ul li { display:inline; margin: 0 20px; } + div#topbar li, div#topbar ul, div#topbar ul li, @@ -14,6 +19,7 @@ div#topbar ol li { font-size: 1.1em; line-height: 2em; } + div#pageinfo { margin: 15em 1em 1em; padding: 1em 0 0; |