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:
parent
ae5d5b8961
commit
7f86b09db2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user