From bcc56e6827cf6d4094e135f15d64545e3368c106 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 22 May 2008 09:48:31 -0500 Subject: [PATCH] Tweak to OPAC search bar to help prevent wrapping. Signed-off-by: Joshua Ferraro --- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc index 329c09d6d0..adbdd39040 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc @@ -18,7 +18,7 @@
- @@ -55,7 +55,7 @@ - " class="left" style="width: 40%;" /> + " class="left" style="width: 35%; font-size: 111%;" /> -- 2.20.1