mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 15:44:29 +00:00
Fix display of header on default theme custom header page. Fixes #9929 props jmulley.
git-svn-id: https://develop.svn.wordpress.org/trunk@12011 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -313,6 +313,12 @@ function kubrick_theme_page_head() {
|
||||
width: 100%;
|
||||
display: <?php echo kubrick_header_display_string(); ?>;
|
||||
}
|
||||
|
||||
.description {
|
||||
margin-top: 16px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#jsForm {
|
||||
display: none;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user