From 39428b36a3b7fb4155b36247c73130abcc6b102e Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Sat, 4 Aug 2012 11:35:53 -0400 Subject: [PATCH] Fix cached_list_div width Signed-off-by: Dan Scott --- Open-ILS/src/templates_uhearst/opac/css/style.css.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates_uhearst/opac/css/style.css.tt2 b/Open-ILS/src/templates_uhearst/opac/css/style.css.tt2 index 1c152dfffe..f5af50c71b 100644 --- a/Open-ILS/src/templates_uhearst/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates_uhearst/opac/css/style.css.tt2 @@ -593,7 +593,7 @@ div.format_icon { padding-top:6px; } -.cached_list_div { width: 111px; height: 25px; } +.cached_list_div { height: 25px; } .results_header_div { float: left; -- 2.11.0