Remove some mozilla specific rules from the default css

This commit is contained in:
Kovid Goyal 2019-10-20 13:52:49 +05:30
parent 06a6ef5612
commit f10f23d4f6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -80,14 +80,6 @@ blockquote[type=cite] {
border-width: thin;
}
span[_moz_quote=true] {
color: blue;
}
pre[_moz_quote=true] {
color: blue;
}
h1 {
display: block;
font-size: 2em;
@ -129,15 +121,7 @@ h6 {
margin: 2.33em 0;
}
listing {
display: block;
font-family: monospace;
font-size: medium;
white-space: pre;
margin: 1em 0;
}
xmp, pre, plaintext {
pre {
display: block;
font-family: monospace;
white-space: pre;
@ -418,4 +402,3 @@ img, object, svg|svg {
width: auto;
height: auto;
}