mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 948914 - Remove redundant default style for <pre> element from quirk.css. r=dbaron
This commit is contained in:
parent
e3b4276605
commit
552c10d5cd
@ -161,13 +161,6 @@ td > ol:-moz-only-whitespace:-moz-last-node, th > ol:-moz-only-whitespace:-moz-l
|
||||
}
|
||||
|
||||
|
||||
/* Quirk: support the ways of making PRE have wrapping */
|
||||
|
||||
pre[wrap], pre[cols], pre[width] {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
|
||||
/* Quirk: DD not in DL has text-indent instead of margin (b=5119) */
|
||||
|
||||
:not(dl) > dd {
|
||||
|
Loading…
Reference in New Issue
Block a user