From 0e13bc6adc752f7b94047a6375261f52717839a4 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 --- 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 287034e98a..7195b1e083 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.11.0