From e07bf2500bfb9aa50c7a7e235045a424d2a7f949 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 12 May 2012 10:10:58 +0100 Subject: [PATCH] warm setup theme --- themes/warm/setup.theme.php | 10 ---------- themes/warm/style.css | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 themes/warm/setup.theme.php diff --git a/themes/warm/setup.theme.php b/themes/warm/setup.theme.php deleted file mode 100644 index 3932ab6a..00000000 --- a/themes/warm/setup.theme.php +++ /dev/null @@ -1,10 +0,0 @@ -box(parent::sb_to_html($block)); - } -} -?> diff --git a/themes/warm/style.css b/themes/warm/style.css index 9a6b6be9..3bb5d01a 100644 --- a/themes/warm/style.css +++ b/themes/warm/style.css @@ -83,8 +83,8 @@ UL { text-align: left; } -SECTION>H3, SECTION>.blockbody, .comment {margin: 8px; padding: 8px; border: 1px solid #B89F7C;} -SECTION>.blockbody, .comment {background: #FCD9A9;} +SECTION>H3, SECTION>.blockbody, .comment, .setupblock {margin: 8px; padding: 8px; border: 1px solid #B89F7C;} +SECTION>.blockbody, .comment, .setupblock {background: #FCD9A9;} SECTION>H3 {background: #DABC92;}