From c6a7824592fb34624d88821e582fed3592398172 Mon Sep 17 00:00:00 2001 From: westi 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: http://svn.automattic.com/wordpress/trunk@12011 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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;