mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 03:04:25 +01:00
css: fallback to 'monospace' for AP log view (#461)
Log view on firmware update page was not printed using fixed width font on my system. Now it is. Closes: #460
This commit is contained in:
committed by
GitHub
parent
33c7053121
commit
d90f4e181a
@@ -876,7 +876,7 @@ h4 {
|
||||
.console {
|
||||
width: 450px;
|
||||
background-color: black;
|
||||
font-family: 'lucida console', 'ui-monospace';
|
||||
font-family: 'lucida console', 'ui-monospace', 'monospace';
|
||||
color: white;
|
||||
padding: 5px 10px;
|
||||
padding-bottom: 25px;
|
||||
@@ -1008,4 +1008,4 @@ h4 {
|
||||
padding: 1px 1px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user