From ef23590f5b98be1e127beebb7c61baa3bb7c6492 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 19 Mar 2009 08:26:38 +0000 Subject: [PATCH] Add the sticky post grey background to the default theme, props Viper007Bond, fixes #9359 git-svn-id: https://develop.svn.wordpress.org/trunk@10816 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/default/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index 2edff6a4f8..4900d630ec 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -140,6 +140,14 @@ h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar color: #b85b5a; } +.sticky { + background: #f7f7f7; + padding: 0 10px 10px; + } +.sticky h2 { + padding-top: 10px; + } + .commentlist li, #commentform input, #commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }