mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 04:20:56 -04:00
+ fix some css issue
This commit is contained in:
parent
674b6723a5
commit
af451dc79b
@ -502,7 +502,7 @@ int main(int argc, char **argv) {
|
|||||||
libraryManager.getBookById(*itr, currentBook);
|
libraryManager.getBookById(*itr, currentBook);
|
||||||
if (!currentBook.path.empty()) {
|
if (!currentBook.path.empty()) {
|
||||||
welcomeBooksHtml += "<h3><a href=\"#\">" + currentBook.title + "</a></h3> \
|
welcomeBooksHtml += "<h3><a href=\"#\">" + currentBook.title + "</a></h3> \
|
||||||
<table style=\"width: 100%;\"><tr> \
|
<table style=\"margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; width: 100%; \"><tr> \
|
||||||
<td style=\"background-repeat: no-repeat; background-image: url(data:" + currentBook.faviconMimeType+ ";base64," + currentBook.favicon + ")\"><div style=\"width: 50px\"/></td> \
|
<td style=\"background-repeat: no-repeat; background-image: url(data:" + currentBook.faviconMimeType+ ";base64," + currentBook.favicon + ")\"><div style=\"width: 50px\"/></td> \
|
||||||
<td style=\"width: 100%;\">" + currentBook.description +
|
<td style=\"width: 100%;\">" + currentBook.description +
|
||||||
"<table style=\"font-size: small; color: grey; width: 100%;\">" +
|
"<table style=\"font-size: small; color: grey; width: 100%;\">" +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user