From eff70f9121150d3569d53704bd669b9d33d9ef22 Mon Sep 17 00:00:00 2001 From: Rodrigo Maia Date: Mon, 24 Nov 2014 18:40:00 -0200 Subject: [PATCH] Adjusted margins and paddings on link list --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 8d3295b..7830fda 100644 --- a/style.css +++ b/style.css @@ -418,7 +418,7 @@ p { font-family: "open_sansbold", Arial, Helvetica, sans-serif; font-variant: normal; - /*margin: 0;*/ + /*margin: 0*/; } #content .box-1 .block-title { @@ -517,6 +517,10 @@ p { } /* Menu List footer */ +#content .box-3 .block-title{ + margin:0;} + + #content .box-3 .link-list-block li a.link-this-page { width: auto; border-right: none; @@ -531,7 +535,7 @@ p { color: #545454; background-color: #FFF; border-radius: none; - padding: 0.6em 1.5em; + padding: 0.6em 1.1em; } #content .box-3 .link-list-block li a:hover { -- libgit2 0.21.2