1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-18 11:19:57 +00:00

Fix margins

This commit is contained in:
Blondel MONDESIR 2023-07-24 11:24:05 -04:00 committed by GitHub
parent b0bfb860ef
commit 45726c6c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
/* General styles for all screen sizes */
.tooltip.bottom .tooltip-inner {
font-size: 13px;
font-family: Open Sans Semibold, Helvetica Neue, Helvetica, Arial, sans-serif;
@ -456,17 +458,5 @@ div.log {
#detailcover:fullscreen { cursor:zoom-out; border: 0; }
.error-list {
margin-top: 5px;
margin-top: 5px;
}
.container-fluid .book {
margin-top: 0;
margin-right: 0;
max-width: 120px;
display: inline-block;
vertical-align: top;
box-sizing: border-box;
text-align: center;
}