From 363e2ef1fd1c87b8c3b8b2f814c8a6b0ddfec29f Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Thu, 10 Jan 2013 17:01:05 -0500 Subject: [PATCH] Unbold graphic 880 title display To maintain consistency with the main title being unbolded and have a little less bolding distraction in the record. Signed-off-by: Ben Shum Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/css/style.css.tt2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index f6622ec3a9..1c80b1ea38 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -67,6 +67,11 @@ h2 { font-weight:bold; } +h2.graphic880 { + font-size: [% css_fonts.size_bigger %]; + font-weight:normal; +} + .hide_me, .hidden { display: none; visibility: hidden; -- 2.43.2