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.

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


git-svn-id: http://core.svn.wordpress.org/trunk@25049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-08-20 17:42:08 +00:00
parent c0dcebf0a4
commit dc983adb2e
1 changed files with 3 additions and 1 deletions

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;