mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove some mozilla specific rules from the default css
This commit is contained in:
parent
06a6ef5612
commit
f10f23d4f6
@ -80,14 +80,6 @@ blockquote[type=cite] {
|
|||||||
border-width: thin;
|
border-width: thin;
|
||||||
}
|
}
|
||||||
|
|
||||||
span[_moz_quote=true] {
|
|
||||||
color: blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre[_moz_quote=true] {
|
|
||||||
color: blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
@ -129,15 +121,7 @@ h6 {
|
|||||||
margin: 2.33em 0;
|
margin: 2.33em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
listing {
|
pre {
|
||||||
display: block;
|
|
||||||
font-family: monospace;
|
|
||||||
font-size: medium;
|
|
||||||
white-space: pre;
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
xmp, pre, plaintext {
|
|
||||||
display: block;
|
display: block;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
@ -418,4 +402,3 @@ img, object, svg|svg {
|
|||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user