warm setup theme

This commit is contained in:
Shish 2012-05-12 10:10:58 +01:00
parent 23fe15e8cd
commit e07bf2500b
2 changed files with 2 additions and 12 deletions

View file

@ -1,10 +0,0 @@
<?php
/**
* A customised version of the Setup theme
*/
class CustomSetupTheme extends SetupTheme {
protected function sb_to_html(SetupBlock $block) {
return $this->box(parent::sb_to_html($block));
}
}
?>

View file

@ -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;}