mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -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;
|
||||
}
|
||||
|
||||
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;
|
||||
@ -166,8 +150,8 @@ table[align="right"] {
|
||||
table[rules]:not([rules="none"]) {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
/* caption inherits from table not table-outer */
|
||||
|
||||
/* caption inherits from table not table-outer */
|
||||
caption {
|
||||
display: table-caption;
|
||||
text-align: center;
|
||||
@ -219,10 +203,10 @@ table > tr {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
td {
|
||||
td {
|
||||
display: table-cell;
|
||||
vertical-align: inherit;
|
||||
text-align: inherit;
|
||||
text-align: inherit;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
@ -418,4 +402,3 @@ img, object, svg|svg {
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user