mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-20 07:30:16 +01:00
Merge pull request #4577 from Crizz0/ticket/14877
[ticket/14877] Replaces "mono" with "monospace" to avoid bad behaviour
This commit is contained in:
commit
0e68c35cfd
@ -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