From 6523a7b492b760e4ed2cb03eb72f5156f9709ddc Mon Sep 17 00:00:00 2001 From: JoseĢ Mota Date: Sat, 2 Jun 2012 22:12:27 +0100 Subject: Update CSS. --- css/main.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/main.css b/css/main.css index 5c168fd..dabbf99 100644 --- a/css/main.css +++ b/css/main.css @@ -17,7 +17,7 @@ body { } h1 { - margin: 36px 0 0; + margin: 36px 0 46px; text-align: center; font: italic 1.8em normal "Baskerville", "PT Serif", Georgia, serif; } @@ -47,7 +47,7 @@ h2 { p + p { text-indent: 1.4em; } -p, ul, ol, pre { +p, ul, ol, pre, .highlight { margin-top: 1em; } @@ -80,7 +80,9 @@ aside { margin: 120px auto; padding: 35px; box-sizing: border-box; - box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 5px 5px rgba(0, 0, 0, 0.45); } + box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 5px 5px rgba(0, 0, 0, 0.45); + position: relative; +} #logo { background: url("images/logo.png") no-repeat center; -- cgit v1.2.3-54-g00ecf