Bump HRSRH up to 15px font size
authorDan Scott <dscott@laurentian.ca>
Mon, 27 Aug 2012 19:41:08 +0000 (15:41 -0400)
committerDan Scott <dscott@laurentian.ca>
Mon, 27 Aug 2012 19:41:46 +0000 (15:41 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates_hrsrh/opac/parts/css/fonts.tt2 [new file with mode: 0644]

diff --git a/Open-ILS/src/templates_hrsrh/opac/parts/css/fonts.tt2 b/Open-ILS/src/templates_hrsrh/opac/parts/css/fonts.tt2
new file mode 100644 (file)
index 0000000..728e2fd
--- /dev/null
@@ -0,0 +1,11 @@
+[%-
+    css_fonts = {
+        size_base = "15px",
+        size_small = "92%", # 11px
+        size_smaller = "83%", # 10px
+        size_smallest = "75%", # 9px
+        size_big = "110%", # 13.2px
+        size_bigger = "125%",
+        size_biggest = "150%"
+    }
+%]