From 8e636eb8462dfd40e9fb84b8cbf0a132ca624894 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 3 Dec 2014 14:47:32 -0500 Subject: [PATCH] Menu styles --- css/app.css | 5 ++++- parts/off-canvas-menu.php | 1 - scss/site/_structure.scss | 5 ++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/css/app.css b/css/app.css index f80b022..e825ffd 100644 --- a/css/app.css +++ b/css/app.css @@ -5614,7 +5614,7 @@ div[role=main] { .top-bar-container { float: right; - width: 539px; + width: 535px; /* background: $primary-color;*/ background: #6bb0e5; /* Old browsers */ @@ -6220,6 +6220,9 @@ article h2 { #menu-menu-1 > li > a { padding-bottom: 10px; } +.glmServicesNav { + /* margin-left: -28px;*/ + border-top-left-radius: 8px; } #menu-menu-1 .glmServicesNav > a { border-top-left-radius: 8px; } diff --git a/parts/off-canvas-menu.php b/parts/off-canvas-menu.php index 4cd891d..05276e1 100644 --- a/parts/off-canvas-menu.php +++ b/parts/off-canvas-menu.php @@ -1,6 +1,5 @@