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
This commit is contained in:
Lance Willett 2014-12-29 12:00:35 +00:00
parent 9a3942ffd8
commit e30d6790aa

View File

@ -2631,6 +2631,7 @@ p > video {
} }
.secondary { .secondary {
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
margin: 7.6923% 7.6923% 0; margin: 7.6923% 7.6923% 0;
padding: 7.6923% 7.6923% 0; padding: 7.6923% 7.6923% 0;
} }
@ -3936,6 +3937,7 @@ p > video {
.secondary { .secondary {
background-color: transparent; background-color: transparent;
box-shadow: none;
display: block; display: block;
margin: 0; margin: 0;
padding: 0; padding: 0;