Twenty Fifteen: fix missing style for menu in small screens.
Props valendesigns, fixes #30857. Built from https://develop.svn.wordpress.org/trunk@30997 git-svn-id: http://core.svn.wordpress.org/trunk@30979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dcb71eb1c9
commit
5ccb434f15
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue