diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2021-02-08 22:25:18 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2021-02-08 22:25:18 +0000 |
| commit | d8ac41d0c8730fa681d1ec9d9cd8b7efe82533e2 (patch) | |
| tree | e024b8ffeb0170aa0344d388e208b4d71b92affa | |
| parent | feb1f7a97ca43e2b557573d90e2d144d0133a5be (diff) | |
| download | doc-d8ac41d0c8730fa681d1ec9d9cd8b7efe82533e2.tar.gz doc-d8ac41d0c8730fa681d1ec9d9cd8b7efe82533e2.zip | |
Remove the font size of filename class
PR: 253353
Patch by: ceri (at) submonkey.net
| -rw-r--r-- | documentation/themes/beastie/static/css/docbook.css | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |
