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;
|
||||||
@ -166,8 +150,8 @@ table[align="right"] {
|
|||||||
table[rules]:not([rules="none"]) {
|
table[rules]:not([rules="none"]) {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* caption inherits from table not table-outer */
|
/* caption inherits from table not table-outer */
|
||||||
caption {
|
caption {
|
||||||
display: table-caption;
|
display: table-caption;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -219,10 +203,10 @@ table > tr {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: inherit;
|
vertical-align: inherit;
|
||||||
text-align: inherit;
|
text-align: inherit;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -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