From 47d7a18739b5abdd8e08d354bdd95a1e1664348b Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 9 Dec 2013 19:10:36 +0000 Subject: [PATCH] Twenty Fourteen: fix breakpoint at 782 pixels wide to exactly match WordPress toolbar breakpoint. Props jjj, fixes #26501. git-svn-id: https://develop.svn.wordpress.org/trunk@26831 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/rtl.css | 2 +- src/wp-content/themes/twentyfourteen/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/rtl.css b/src/wp-content/themes/twentyfourteen/rtl.css index 8d637f0811..213a71406d 100644 --- a/src/wp-content/themes/twentyfourteen/rtl.css +++ b/src/wp-content/themes/twentyfourteen/rtl.css @@ -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; diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 9e0fe930bc..e7131baac2 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -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; }