summaryrefslogtreecommitdiff
path: root/themes/seven
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-09 02:32:30 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-09 02:32:30 +0000
commit9881f96c2cb0fbc68d29cea91fc8adf9a31411b0 (patch)
tree7382bf268cdb25f5dc1e118995de8a7f18b7a106 /themes/seven
parent69e8ffed98fb978682c03fe5fbdc0fa4ba0c70f4 (diff)
downloadbrdo-9881f96c2cb0fbc68d29cea91fc8adf9a31411b0.tar.gz
brdo-9881f96c2cb0fbc68d29cea91fc8adf9a31411b0.tar.bz2
#931682 follow-up by aspilicious, corbacho: Be more specific about which headings should not be bold in Seven.
Diffstat (limited to 'themes/seven')
-rw-r--r--themes/seven/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 3985ba65c..7c3c4dc57 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -31,7 +31,7 @@ h3,
h4,
h5,
h6 {
- font-weight: normal;
+ font-weight: bold;
margin: 10px 0;
}
h1 {
@@ -905,6 +905,9 @@ ol.task-list li.done {
.overlay #content {
padding: 0;
}
+h1#overlay-title {
+ font-weight: normal;
+}
/* Shortcut theming */
div.add-or-remove-shortcuts {