From d1beea5ee6081c3886b877dddccb9df9b443e182 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Thu, 8 Oct 2009 20:52:06 +0000 Subject: [PATCH] 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 --- wp-content/themes/default/functions.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wp-content/themes/default/functions.php b/wp-content/themes/default/functions.php index 7562a8160d..072ab66272 100644 --- a/wp-content/themes/default/functions.php +++ b/wp-content/themes/default/functions.php @@ -313,6 +313,12 @@ function kubrick_theme_page_head() { width: 100%; display: ; } + + .description { + margin-top: 16px; + color: #fff; + } + #jsForm { display: none; text-align: center;