Bug 253353 - filename CSS class is unneccessarily small
Summary: filename CSS class is unneccessarily small
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Sergio Carlavilla Delgado
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-08 16:58 UTC by Ceri Davies
Modified: 2021-02-08 22:30 UTC (History)
1 user (show)

See Also:


Attachments
patch removing font-size: 12px (414 bytes, patch)
2021-02-08 16:58 UTC, Ceri Davies
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!