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