From 0cf1a5e5b228553e39a19d68c3b945e4b21c29c6 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 23 Sep 2013 22:55:04 -0400 Subject: [PATCH] TPAC: Consistent results paginator font size It is weird to have two different font sizes appearing on the same line in the regular TPAC, and it introduces slight inconsistency for the left padding of the results pagination in mobile mode. Signed-off-by: Dan Scott Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/css/style.css.tt2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 9aa09bfd1c..4ff0b36384 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -698,10 +698,6 @@ div.format_icon { color:[% css_colors.primary_fade %]; } -.start_end_links_span { - font-size: [% css_fonts.size_small %]; -} - #result_table_div { margin-top: 1em; } @@ -1806,7 +1802,6 @@ a.preflib_change { display: none; } .start_end_links_span { - /* font-size: 12px; test */ display: block; } .invisible { -- 2.43.2