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:
parent
44fc49bb90
commit
d1beea5ee6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user