From e1113166366e66465a207c0a94262d3d886c0057 Mon Sep 17 00:00:00 2001 From: Kelson Date: Thu, 29 Aug 2019 20:59:05 +0200 Subject: [PATCH] Kiwix serve welcome page box size fix --- static/templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/templates/index.html b/static/templates/index.html index eeb6bd614..4f45404a2 100644 --- a/static/templates/index.html +++ b/static/templates/index.html @@ -31,14 +31,14 @@ .book:hover { background-color: #F9F9F9; box-shadow: none;} .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; + padding: 0 55px 0 0;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + 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; }