| Summary: | Aim to make icons (book, edit, important, next, note, previous, tip, top, warning …) more broadly compatible across multiple operating systems and browsers | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Graham Perrin <grahamperrin> |
| Component: | Books & Articles | Assignee: | Sergio Carlavilla Delgado <carlavilla> |
| Status: | Closed FIXED | ||
| Severity: | Affects Many People | CC: | carlavilla |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://docs.freebsd.org/en/books/handbook/bsdinstall/ | ||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261104 | ||
| Attachments: | |||
|
Description
Graham Perrin
2021-12-30 17:45:44 UTC
Created attachment 230561 [details]
Screenshot: a note in Edge
Created attachment 230562 [details]
Screenshot: a warning in Edge
Created attachment 230563 [details]
Screenshot: something important in Edge
Created attachment 230564 [details]
Screenshot: a tip in Edge
Created attachment 230565 [details]
Screenshot: previous, next, edit and top in Falkon
Created attachment 230566 [details]
Screenshot: book, previous and next in Firefox
Created attachment 230567 [details]
Screenshot: previous, next and edit in Firefox
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=a45595f3504b17f13a39b4aefebdcc805ad7c0c4 commit a45595f3504b17f13a39b4aefebdcc805ad7c0c4 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-01-14 22:20:14 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-01-14 22:20:14 +0000 Add 'fa' class to fix Font Awesome icons problem PR: 261104, 260821 Submitted by: Bob Frazier <bobf (AT) mrp3.com>, Graham Perrin <grahamperrin (AT) gmail.com> documentation/themes/beastie/assets/styles/global.scss | 5 +++++ 1 file changed, 5 insertions(+) Fixed. I forgot to add the 'fa' class. This is a clear case of "works on my computer". Tested in FreeBSD with Firefox, Chromium and Falkon. Tested in Debian with Firefox. And tested on the iPhone with Safari and Firefox. (In reply to Sergio Carlavilla Delgado from comment #9) Fix confirmed (in Firefox 95.0.2 and, at a glance, Falkon 3.1.0) on FreeBSD 14.0-CURRENT. Thanks! |