Issue #1138 - Part 3: avoid quirks mode in JSON Viewer

Mozilla Bug 1368899
This commit is contained in:
yami 2019-07-30 16:09:52 +02:00 committed by Roy Tam
commit 55d401707c
3 changed files with 146 additions and 127 deletions

View file

@ -30,6 +30,7 @@ pre {
#json {
display: none;
white-space: pre-wrap;
}
/******************************************************************************/
@ -43,9 +44,3 @@ body.theme-dark {
.theme-dark pre {
background-color: var(--theme-body-background);
}
/******************************************************************************/
/* Fixes for quirks mode */
table {
font: inherit;
}