projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bbc273
)
Unbold graphic 880 title display
author
Ben Shum
<bshum@biblio.org>
Thu, 10 Jan 2013 22:01:05 +0000
(17:01 -0500)
committer
Ben Shum
<bshum@biblio.org>
Sat, 19 Jan 2013 21:11:06 +0000
(16:11 -0500)
To maintain consistency with the main title being unbolded and have
a little less bolding distraction in the record.
Signed-off-by: Ben Shum <bshum@biblio.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/css/style.css.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/css/style.css.tt2
b/Open-ILS/src/templates/opac/css/style.css.tt2
index
f6622ec
..
1c80b1e
100644
(file)
--- 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;