From 731bc4fd232501e4ddf868c77a85bc14331af7a0 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 7 Dec 2010 05:06:34 +0000 Subject: [PATCH] #827530 by ipwa, tim.plunkett, eugene.samoylenko, jensimmons: Fixed styling for Bartik Highlight and Help regions --- themes/bartik/css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 4d813941647..2f56776cfdf 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -501,6 +501,21 @@ h1#site-name { padding: 0; } +/* --------------- Highlighted ---------------- */ + +#highlighted { + border-bottom: 1px solid #d3d7d9; + font-size: 120%; +} + +/* ------------------- Help ------------------- */ + +.region-help { + border: 1px solid #d3d7d9; + padding: 0 1.5em; + margin-bottom: 30px; +} + /* ----------------- Content ------------------ */ .content {