Bugzilla – Attachment 140361 Details for
Bug 31542
Home page links wrong font-family
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31542: Home page links correct font-family
Bug-31542-Home-page-links-correct-font-family.patch (text/plain), 1.29 KB, created by
Fridolin Somers
on 2022-09-09 06:46:39 UTC
(
hide
)
Description:
Bug 31542: Home page links correct font-family
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-09-09 06:46:39 UTC
Size:
1.29 KB
patch
obsolete
>From 87fa07c7ac4ba37c9cd856cd903b7579224d91af Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 8 Sep 2022 20:17:23 -1000 >Subject: [PATCH] Bug 31542: Home page links correct font-family > >In koha-tmpl/intranet-tmpl/prog/css/mainpage.css the rule of font-family for big links is not complete : > font-family: verdana, arial; >It is missing sans-serif in case computer has not those fonts. >On my computer I dont have them so I see a serif font. > >We can remove this rule, inherited rule is serif fonts. > >Test plan : >1) Use a computer without Arial nor Verdana fonts (basically a Linux) >2) Look at home page big links : Circulation, Patrons ... >=> Without patch they have serif font >=> Without patch they have sans-serif font >--- > koha-tmpl/intranet-tmpl/prog/css/mainpage.css | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css b/koha-tmpl/intranet-tmpl/prog/css/mainpage.css >index a2e6cdc9c1..bfd95ce88d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/mainpage.css >@@ -82,7 +82,6 @@ ul.biglinks-list li a.icon_general { > border-radius: 6px; > > text-decoration: none; >- font-family: verdana, arial; > font-weight: bold; > font-size: large; > color: #000000; >-- >2.35.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31542
:
140361
|
140370
|
140397