From: Ove Klykken Date: Tue, 10 Jun 2014 16:14:04 +0000 (-0400) Subject: Bottom tagline X-Git-Tag: v1.0^2~81 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3830597a501d693810b2ca968eeca43447013927;p=web%2FSooLocks.git Bottom tagline bottom tagline separated from the footer element --- diff --git a/styles.css b/styles.css index 011baa4..9059b72 100644 --- a/styles.css +++ b/styles.css @@ -67,6 +67,11 @@ body { #nav .top-bar-section ul li a:hover { color: #fffb02 !important; } +@media only screen and (max-width: 40.063em) { + #nav { + display: block; + } +} @media only screen and (max-width: 40.063em) { .top-bar { display: none; @@ -141,15 +146,20 @@ body { #footer { background: #f1ebcd; padding: 10px; - border-radius: 5px; - margin: 1em 0; + border-top-left-radius: 5px;m + border-top-right-radius: 5px; + margin: 1em 0 0 0; + } +#footer h2 { + color: #b5383e; } -#footer #tag { +#tag { background: #b5383e; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; clear: both; - } -#footer h2 { - color: #b5383e; + color: white; + padding: 10px; + text-align: center; + margin-bottom: 1em; }