From a89f10f6952b81ed3852fce1eb3394eb5e4eb573 Mon Sep 17 00:00:00 2001 From: Srikanth Dhondi Date: Mon, 29 Oct 2012 14:25:43 +1300 Subject: [PATCH] bug 8712 - changed search results heading from to

1) Screen reader users can navigate a webpage using headers, this change enables that feature. 2) Added a new class "header-inline" to opac.css and used it with the above

tag to prevent the line change between the header and subscribe feed image that follows it. --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 3 +++ koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css index 7ab95e0..647104e 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -2820,3 +2820,6 @@ body#opac-main #opacmainuserblockmobile { .tagweight9 { font-size: 30px; } +.header-inline { + display: inline; +} diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc index b0793dc..4e40fb7 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc @@ -169,10 +169,10 @@