From 3c11d5f222f6c60669524ae6f392ca59fa4905bf Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Thu, 31 Jul 2014 13:38:07 -0400 Subject: [PATCH] -Footer link names bold. -Bold GLM headers. -Toolbox headers got increased top margin. -Added right side margin to the content for more breathing room. --- styles.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/styles.css b/styles.css index d980245..8bd99ff 100755 --- a/styles.css +++ b/styles.css @@ -137,6 +137,7 @@ img { /* Toolbox */ #toolbox { margin-bottom: 50px; + margin-right: 40px; } #home #toolbox { margin-left: 45px; @@ -159,11 +160,14 @@ img { font-size: 22px; color: #477645; } +#toolbox .listing { + margin-top: 2em; + } /* For Small */ @media only screen { .imageleft, .imageright { float: none; - width: 100% !important; + width: 100%; } } @@ -171,13 +175,13 @@ img { @media only screen and (min-width: 40.063em) { .imageleft { float: left; - width: 300px !important; margin: 0 20px 20px 0; + width: auto; } .imageright { float: right; - width: 300px !important; margin: 0 0 20px 20px; + width: auto; } } .imagecaption { @@ -206,13 +210,15 @@ img { } .hHlinesItem i { font-style: normal; + font-weight: bold; + text-align: right; + line-height: 30px; display: block; background: rgba(36,104,144, .8); - line-height: 30px; position: absolute; bottom: 0; z-index: 100; - padding: 5px; + padding: 5px 10px; width: 100%; } .hHlinesItem a:hover i { @@ -257,6 +263,9 @@ img { #footer div#copyright a { display: inline; } +#footer div div a:first-child { + font-weight: bold; + } /* Events */ #eventHomeColumn { padding-left: 0; -- 2.17.1