mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 05:46:21 +02:00
Avoid un-needed display:block class on <html>
This commit is contained in:
parent
dad962b176
commit
e9fc598a49
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
/* blocks */
|
||||
|
||||
html, div, map, dt, isindex, form {
|
||||
div, map, dt, isindex, form {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue