From b26994f518b7f7edea6f2236746d084b3bc12e1e Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Sun, 30 Dec 2012 17:13:28 +0100 Subject: moved footer to navigation and removed left-padding of headings, reworked credits --- public/css/base.css | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'public/css') diff --git a/public/css/base.css b/public/css/base.css index a427dd31..d040f612 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -19,16 +19,8 @@ article, details { float: none; } -footer { - clear: both; - display: block; +.small { font-size: 12px; - text-align: center; - width: 100%; -} - -footer p { - margin: 10px auto; } #logo { @@ -52,11 +44,6 @@ footer p { margin-left: 200px; } -.container.online .content { - max-height: 15em; - overflow: auto; -} - a { color: #000; } @@ -76,6 +63,9 @@ dd { h1, h2, h3, h4 { font-size: 16px; +} + +h1, h4 { padding: 0 4px; } @@ -96,7 +86,11 @@ nav { } #content h2 { - margin-top: 20px; + margin-top: 15px; +} + +#content h2:first-child { + margin-top: 0; } p { -- cgit v1.2.3-54-g00ecf