From 9881f96c2cb0fbc68d29cea91fc8adf9a31411b0 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 9 Oct 2010 02:32:30 +0000 Subject: #931682 follow-up by aspilicious, corbacho: Be more specific about which headings should not be bold in Seven. --- themes/seven/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 { -- cgit v1.2.3