From: Laury GvR Date: Wed, 29 Oct 2014 13:24:01 +0000 (-0400) Subject: Various bits of work.. in progress X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=468e9657763454a2c3154a1cb25699c95252a6aa;p=web%2FWP-Theme-GaslightMedia.git Various bits of work.. in progress --- diff --git a/css/app.css b/css/app.css index e9afa9f..aa4a06a 100644 --- a/css/app.css +++ b/css/app.css @@ -6076,8 +6076,9 @@ article h2 { #homepage_problem_solvers { text-align: center; } -#homepage_gallery { - text-align: center; } +#homepage_portfolio { + text-align: center; + margin: 0; } .ngg-galleryoverview { padding: 20px; } @@ -6097,6 +6098,25 @@ article h2 { .slideshowlink { display: none; } +.top-bar-menu > li.has-dropdown > ul.dropdown li ul li:only-child a { + border-top-right-radius: 15px; + border-bottom-right-radius: 15px; } + +.top-bar-menu > li.has-dropdown > ul.dropdown li ul li:first-child a { + border-top-right-radius: 15px; } + +.top-bar-menu > li.has-dropdown > ul.dropdown li:last-child a { + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; } + +.top-bar-menu > li.has-dropdown > ul.dropdown li:last-child:hover > a { + border-radius: 0; } + +.top-bar-menu > li.has-dropdown > ul.dropdown li ul li:last-child { + background-color: transparent; } + .top-bar-menu > li.has-dropdown > ul.dropdown li ul li:last-child a { + border-bottom-right-radius: 15px; } + /** * 4.2 Posts * ------------------------------------ diff --git a/footer.php b/footer.php index 98556fc..113d3b5 100644 --- a/footer.php +++ b/footer.php @@ -32,8 +32,6 @@