From: Ben Shum Date: Thu, 10 Jan 2013 22:01:05 +0000 (-0500) Subject: Unbold graphic 880 title display X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e73ccc1640f79a14e94784df6981680d978903e4;p=contrib%2FConifer.git 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 --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 3a16084825..d95cfea3a4 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;