Index: themes/bartik/css/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/bartik/css/style.css,v retrieving revision 1.35 diff -u -p -r1.35 style.css --- themes/bartik/css/style.css 16 Nov 2010 18:54:23 -0000 1.35 +++ themes/bartik/css/style.css 19 Nov 2010 11:32:16 -0000 @@ -500,6 +500,24 @@ h1#site-name { padding: 0; } +/* ----------------- Highlighted ------------------ */ + +.region-highlighted { + background: #292929 url("../images/highlighted-bg.png") no-repeat 95% center; + color: #eee; + margin-bottom: 15px; + padding: 1px 20px 10px 20px; +} + +/* ----------------- Help ------------------ */ + +.region-help { + background: #d6d6d6 url("../images/help-bg.png") no-repeat 95% center; + color: #111; + margin-bottom: 15px; + padding: 1px 20px 10px 20px; +} + /* ----------------- Content ------------------ */ .content {