From: Dan Scott Date: Tue, 24 Sep 2013 02:55:04 +0000 (-0400) Subject: TPAC: Consistent results paginator font size X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0e13bc6adc752f7b94047a6375261f52717839a4;p=working%2FEvergreen.git 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 --- 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 {