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:
Peter Westwood 2009-10-08 20:52:06 +00:00
parent 44fc49bb90
commit d1beea5ee6
1 changed files with 6 additions and 0 deletions

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;