Fix display of header on default theme custom header page. Fixes #9929 props jmulley.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7d2a85c40e
commit
c6a7824592
|
@ -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