Twenty Fourteen: add `min-height` rule to the WP toolbar to ensure that no gap appears in pre-3.8 versions. Props celloexpressions, fixes #25906.

git-svn-id: https://develop.svn.wordpress.org/trunk@26569 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-12-03 18:10:43 +00:00
parent ae5d5b8961
commit 7f86b09db2
1 changed files with 6 additions and 0 deletions

View File

@ -816,6 +816,12 @@ span + .edit-link:before,
* -----------------------------------------------------------------------------
*/
/* Ensure that there is no gap between the header and
the admin bar for WordPress versions before 3.8. */
#wpadminbar {
min-height: 32px;
}
#site-header {
position: relative;
z-index: 3;