Twenty Fourteen: ensure toolbar doesn't have a gap at the top when you start scrolling, including back compat for 3.6. Props MikeHansenMe and SergeyBiryukov, fixes #24914.

git-svn-id: https://develop.svn.wordpress.org/trunk@25063 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-08-20 17:41:16 +00:00
parent d45e621a04
commit 97049b9c3b

View File

@ -614,9 +614,11 @@ body {
top: 0;
}
.admin-bar .site-header.masthead-fixed {
top: 28px;
}
.admin-bar.mp6 .site-header.masthead-fixed {
top: 32px;
}
#site-header {
position: relative;
z-index: 3;