Bug 253353

Summary: filename CSS class is unneccessarily small
Product: Documentation Reporter: Ceri Davies <ceri>
Component: Books & ArticlesAssignee: Sergio Carlavilla Delgado <carlavilla>
Status: Closed FIXED    
Severity: Affects Only Me CC: carlavilla
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch removing font-size: 12px none

Description Ceri Davies 2021-02-08 16:58:34 UTC
Created attachment 222273 [details]
patch removing font-size: 12px

The filename CSS class has a fixed size which renders needlessly small - correct it to be the same size as the other text.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-02-08 22:28:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d8ac41d0c8730fa681d1ec9d9cd8b7efe82533e2

commit d8ac41d0c8730fa681d1ec9d9cd8b7efe82533e2
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2021-02-08 22:25:18 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2021-02-08 22:25:18 +0000

    Remove the font size of filename class

    PR:         253353
    Patch by:   ceri (at) submonkey.net

 documentation/themes/beastie/static/css/docbook.css | 1 -
 1 file changed, 1 deletion(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2021-02-08 22:30:45 UTC
Fixed! Thanks for that, good catch!