mirror of https://github.com/kiwix/libkiwix.git
Kiwix serve welcome page box size fix
This commit is contained in:
parent
bbb346b685
commit
e111316636
|
@ -32,13 +32,13 @@
|
||||||
.book__background { background-repeat: no-repeat; background-size: auto; background-position: top right; }
|
.book__background { background-repeat: no-repeat; background-size: auto; background-position: top right; }
|
||||||
.book__title {
|
.book__title {
|
||||||
padding: 0 55px 0 0;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
|
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 {
|
.book__description {
|
||||||
padding: 5px 55px 5px 0px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
|
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>
|
</style>
|
||||||
<script type="text/javascript" src="{{root}}/skin/taskbar.js" async></script>
|
<script type="text/javascript" src="{{root}}/skin/taskbar.js" async></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue