From 47a6a97d77fc56201ce4035027106e90e3b20662 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Tue, 6 May 2014 18:55:32 +0000 Subject: [PATCH] border and margin on weathe info. less padding and default text color on Blocks --- styles.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 7440ecd..5c2c4af 100644 --- a/styles.css +++ b/styles.css @@ -88,6 +88,7 @@ nav a { } #hHlines { margin-top: 19px; + color: #263c3c; } #hHlines ul, #hHlines li { @@ -107,7 +108,7 @@ nav a { #hHlines a { color: #263c3c; margin: 0 8px; - padding: 8px 0 4px 0; + padding: 6px 0 2px 0; display: block; font-size: 20px; font-size: 2.0rem; @@ -140,9 +141,12 @@ nav a { height: 182px; } #weather { - margin: 20px 50px; + padding: 5px 20px; color: #7e92a6; - } + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 10px; + margin: 20px 0; + } #weather img { float: left; margin-top: 20px; @@ -189,6 +193,9 @@ a { a:hover { color: rgba(0, 0, 0, .9); } +#toolbox h1 { + margin-top: 0; + } /* footer */ .row.rFooter { background: #364759; -- 2.17.1