From: Ove Klykken Date: Thu, 12 Jun 2014 18:09:19 +0000 (-0400) Subject: adjusting small logo placement - sidenav current color - footer text size X-Git-Tag: v1.0^2~59 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b73f34e70d16f2f8c239c8347a0011d53d4fb0a6;p=web%2FSooLocks.git adjusting small logo placement - sidenav current color - footer text size --- diff --git a/styles.css b/styles.css index b67aa80..12523d6 100644 --- a/styles.css +++ b/styles.css @@ -59,6 +59,10 @@ body { padding-left: 10px; margin-left: 5px; } +/* small logo */ +#logoSmall { + margin: 5px; + } /* nav */ .top-bar { background: transparent; @@ -85,6 +89,9 @@ body { #nav .top-bar-section ul li a:hover { color: #fffb02 !important; } +#sidenav #current { + color: #fffb02; + } @media only screen and (max-width: 58.063em) { #nav { display: block; @@ -286,16 +293,20 @@ body { #footer { background: #f1ebcd; padding: 10px; - border-top-left-radius: 5px;m + border-top-left-radius: 5px; border-top-right-radius: 5px; margin: 1em 0 0 0; color: #00498f; + font-size: 15px; } #footer h3 { color: #b5383e; font-size: 24px; } @media only screen and (max-width: 64.063em) { + #footer { + font-size: 14px; + } #footer h3 { font-size: 18px; }