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:
westi 2009-10-08 20:52:06 +00:00
parent 7d2a85c40e
commit c6a7824592

View File

@ -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;