From 125815e6c8d078f20fb22c57f91443dcd1001237 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 2 Dec 2020 14:51:53 +0000 Subject: [PATCH] Bug 26397: opac.scss calls non-existent image This patch removes some obsolete CSS from the OPAC which calls a non-existent image. There should be no visible change. To test, apply the patch and rebuild the OPAC SCSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). View the OPAC and confirm that nothing has changed in the style of the Koha logo in the header. --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 21 --------------------- .../opac-tmpl/bootstrap/css/src/right-to-left.scss | 6 ------ 2 files changed, 27 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss index 3c3541a83d..d4e2628621 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -152,27 +152,6 @@ h1 { color: #727272; font-size: 140%; line-height: 150%; - - &#libraryname { - background: transparent url( "../images/logo-koha.png" ) no-repeat scroll 0%; - border: 0; - float: left !important; - margin: 0; - padding: 0; - width: 120px; - - a { - border: 0; - cursor: pointer; - display: block; - height: 0 !important; - margin: 0; - overflow: hidden; - padding: 40px 0 0; - text-decoration: none; - width: 120px; - } - } } h2 { diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/right-to-left.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/right-to-left.scss index fba7f5baa7..6ef6ca650f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/right-to-left.scss +++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/right-to-left.scss @@ -55,12 +55,6 @@ a { } } -h1 { - &#libraryname { - float: right !important; - } -} - input.hold { padding-right: 23px; } -- 2.11.0