From 3abc668b65e04fc8cbdb0b742362f591b7135992 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Mon, 4 Aug 2014 12:25:50 -0400 Subject: [PATCH] footer styles. hiding slieshow stand in img, hiding subnav dropdown initially --- styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/styles.css b/styles.css index e88d0f8..6b265f7 100755 --- a/styles.css +++ b/styles.css @@ -108,6 +108,9 @@ img { float: right; display: inline-table; } +#header nav ul ul { + display: none; + } #header>nav>ul>li { float: left; } @@ -125,6 +128,9 @@ img { background: rgba(255, 255, 255, .2); } /* Slideshow */ +#testImg { + visibility: hidden; + } #homeSlide { padding-top: 15px; } @@ -240,6 +246,9 @@ img { margin: 1em 0; border-right: 1px solid #6fb4ce; } +#footer>div:nth-child(2) { + margin-bottom: 3em; + } #footer div div { padding: .5em 0; line-height: 1.2em; @@ -255,6 +264,7 @@ img { } #footer i { font-style: normal; + display: block; } #footer div#copyright p { font-size: 12px; -- 2.17.1