From 649767ee67f160f515469d267b631917a6ac54ac Mon Sep 17 00:00:00 2001 From: Ana Isabel Carvalho Date: Thu, 5 Jun 2014 15:23:44 +0100 Subject: [PATCH] fixed margins and sizes --- css/main.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/css/main.css b/css/main.css index 829694d..1cd2d4e 100644 --- a/css/main.css +++ b/css/main.css @@ -637,16 +637,17 @@ input[type='reset']:hover { margin: 0 auto; } + #header ul.os .share { + display: block; + padding: .25em 0; + } + #header #fsf-intro { margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #ff9b12; } - #header .intro { - font-size: 1em; - } - .section-intro p { margin: 0.5em 0; } @@ -668,7 +669,9 @@ input[type='reset']:hover { width: 100%; padding-left: 0; border-left: 0; - margin-bottom: 0; + margin-bottom: 1em; + padding-bottom: 1em; + border-bottom: 1px solid #ff9b12; } } -- 2.25.1