Bug 948914 - Remove redundant default style for <pre> element from quirk.css. r=dbaron

This commit is contained in:
Masatoshi Kimura 2013-12-12 20:39:19 +09:00
parent e3b4276605
commit 552c10d5cd

View File

@ -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 {