From 39f2a3a169004f448367f9967d7c5a27b349e09e Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Thu, 20 Dec 2007 13:13:13 -0600 Subject: [PATCH] autocomplete.css - unclosed comment error removed Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- koha-tmpl/intranet-tmpl/prog/en/lib/yui/autocomplete.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/autocomplete.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/autocomplete.css index 72203f77de..5913743b70 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/autocomplete.css +++ b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/autocomplete.css @@ -54,5 +54,5 @@ .autocomplete .yui-ac-highlight .sample-query { color:#FFF; } .autocomplete .sample-result { color: black; } .autocomplete .sample-query { color:#000; } -#findborrower { position:static; width:335px; } */ -#yborrowercontainer { text-align:left;width:300px; } \ No newline at end of file +#findborrower { position:static; width:335px; } +#yborrowercontainer { text-align:left;width:300px; } -- 2.39.5