From 456cb384e6670961891f39e4adfd6bcfca9445c7 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Thu, 31 Jul 2014 16:29:25 -0400 Subject: [PATCH] added dropdown menu styles --- styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 8bd99ff..e88d0f8 100755 --- a/styles.css +++ b/styles.css @@ -108,22 +108,22 @@ img { float: right; display: inline-table; } -#header li { +#header>nav>ul>li { float: left; } #header nav a { line-height: 26px; color: white; display: block; - padding-left: 20px; - padding-right: 20px; padding: 20px; text-decoration: none; } +#header nav ul ul a { + padding: 5px 10px; + } #header nav a:hover { background: rgba(255, 255, 255, .2); } - /* Slideshow */ #homeSlide { padding-top: 15px; -- 2.17.1