mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-23 00:50:30 +01:00
[ticket/14877] Replaces "mono" with "monospace" to avoid bad behaviour
PHPBB3-14877
This commit is contained in:
parent
96adf7f0d6
commit
3a4f1bc061
@ -515,7 +515,7 @@ blockquote .codebox {
|
||||
max-height: 200px;
|
||||
white-space: normal;
|
||||
padding-top: 5px;
|
||||
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
|
||||
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace;
|
||||
line-height: 1.3em;
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user