summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-07 05:06:34 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-07 05:06:34 +0000
commit731bc4fd232501e4ddf868c77a85bc14331af7a0 (patch)
treed0c9463b2e789b32349d49d70dd0389fb33cf927 /themes
parentbb891bdcc50017a1f5d3a8130204797740fb0e00 (diff)
downloadbrdo-731bc4fd232501e4ddf868c77a85bc14331af7a0.tar.gz
brdo-731bc4fd232501e4ddf868c77a85bc14331af7a0.tar.bz2
#827530 by ipwa, tim.plunkett, eugene.samoylenko, jensimmons: Fixed styling for Bartik Highlight and Help regions
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 4d8139416..2f56776cf 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 {