From: Ove Klykken Date: Mon, 4 Aug 2014 16:25:50 +0000 (-0400) Subject: footer styles. hiding slieshow stand in img, hiding subnav dropdown initially X-Git-Tag: VV1^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3abc668b65e04fc8cbdb0b742362f591b7135992;p=web%2FCityofMI.git footer styles. hiding slieshow stand in img, hiding subnav dropdown initially --- 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;