diff --git a/frontend/main.js b/frontend/main.js index 4f6bbdd..05149e6 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -79,7 +79,7 @@ class TPDF { coverElement.alt = 'Cover of «' + results['books'][i]['title'] + '»'; } else { - coverElement.src = 'frontend/placeholder.png'; + coverElement.src = 'frontend/tpdf-logo.png'; coverElement.alt = '[no image]'; } diff --git a/frontend/placeholder.png b/frontend/tpdf-logo.png similarity index 100% rename from frontend/placeholder.png rename to frontend/tpdf-logo.png diff --git a/index.html b/index.html index 3db7cd9..9023bbc 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,8 @@
- TPDF - Tellico Parser anD Finder by GOLEM + [Logo] + TPDF - Tellico Parser anD Finder by GOLEM
diff --git a/style.css b/style.css index c21d9a4..a1b7068 100644 --- a/style.css +++ b/style.css @@ -22,6 +22,12 @@ header { box-sizing: content-box !important; } +header img { + max-width: 1.2em; + max-height: 1.2em; + vertical-align: middle; +} + a, a:visited { text-decoration: none; color: green;