Twenty Fourteen: fix breakpoint at 782 pixels wide to exactly match WordPress toolbar breakpoint. Props jjj, fixes #26501.

Built from https://develop.svn.wordpress.org/trunk@26831


git-svn-id: http://core.svn.wordpress.org/trunk@26718 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-12-09 19:11:10 +00:00
parent f6011db8ed
commit dc4c8e91aa
2 changed files with 2 additions and 2 deletions

View File

@ -540,7 +540,7 @@ td {
}
}
@media screen and (min-width: 782px) {
@media screen and (min-width: 783px) {
.header-main {
padding-right: 30px;
padding-left: 0;

View File

@ -3298,7 +3298,7 @@ a.post-thumbnail:hover {
}
}
@media screen and (min-width: 782px) {
@media screen and (min-width: 783px) {
.header-main {
padding-right: 0;
}