From e30d6790aa1581491f6fe7cc539ef1f2e5f449cc Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 29 Dec 2014 12:00:35 +0000 Subject: [PATCH] Twenty Fifteen: fix missing style for menu in small screens. Props valendesigns, fixes #30857. git-svn-id: https://develop.svn.wordpress.org/trunk@30997 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index c046f0f03f..1fa1926b6a 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -2631,6 +2631,7 @@ p > video { } .secondary { + box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); margin: 7.6923% 7.6923% 0; padding: 7.6923% 7.6923% 0; } @@ -3936,6 +3937,7 @@ p > video { .secondary { background-color: transparent; + box-shadow: none; display: block; margin: 0; padding: 0;