git: d8ac41d0c8 - main - Remove the font size of filename class

Sergio Carlavilla Delgado carlavilla at FreeBSD.org
Mon Feb 8 22:28:01 UTC 2021


The branch main has been updated by carlavilla:

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

commit d8ac41d0c8730fa681d1ec9d9cd8b7efe82533e2
Author:     Sergio Carlavilla Delgado <carlavilla at FreeBSD.org>
AuthorDate: 2021-02-08 22:25:18 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla at 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(-)

diff --git a/documentation/themes/beastie/static/css/docbook.css b/documentation/themes/beastie/static/css/docbook.css
index 14e35cf2f7..38d6d44b76 100644
--- a/documentation/themes/beastie/static/css/docbook.css
+++ b/documentation/themes/beastie/static/css/docbook.css
@@ -703,7 +703,6 @@ kbd {
 .filename {
   color: #007a00;
   font-family: "DejaVu Sans Mono";
-  font-size: 12px;
   line-height: 14.4px;
 }
 


More information about the dev-commits-doc-all mailing list