mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
Merge pull request #4577 from Crizz0/ticket/14877
[ticket/14877] Replaces "mono" with "monospace" to avoid bad behaviour
This commit is contained in:
@@ -515,7 +515,7 @@ blockquote .codebox {
|
|||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
padding-top: 5px;
|
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;
|
line-height: 1.3em;
|
||||||
margin: 2px 0;
|
margin: 2px 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user