Kiwix serve welcome page box size fix

This commit is contained in:
Kelson 2019-08-29 20:59:05 +02:00
parent bbb346b685
commit e111316636
1 changed files with 4 additions and 4 deletions

View File

@ -32,13 +32,13 @@
.book__background { background-repeat: no-repeat; background-size: auto; background-position: top right; }
.book__title {
padding: 0 55px 0 0;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
font-size: 18px; color: #0645ad;
font-size: 18px; color: #0645ad; line-height: 1em;
}
.book__description {
padding: 5px 55px 5px 0px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
font-size: 15px;
font-size: 15px; line-height: 1em;
}
.book__info { line-height: 18px; color: #777; font-weight: bold; font-size: 13px; }
.book__info { color: #777; font-weight: bold; font-size: 13px; line-height: 1em; }
</style>
<script type="text/javascript" src="{{root}}/skin/taskbar.js" async></script>
</head>