diff --git a/www/css/core.css b/www/css/core.css index ab5aaee0..d4c0f362 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -610,6 +610,13 @@ article.ebook > header > div > p{ margin-top: 1rem; } +article.ebook > header > div a, +article.ebook > header > div a:link, +article.ebook > header > div a:visited{ + color: inherit; + text-decoration: none; +} + article.ebook > header > img{ width: 100%; top: 0; diff --git a/www/ebooks/ebook.php b/www/ebooks/ebook.php index 796138ef..790fa41a 100644 --- a/www/ebooks/ebook.php +++ b/www/ebooks/ebook.php @@ -66,7 +66,7 @@ catch(\Exception $ex){

Title) ?>

Authors as $author){ ?> -

Name) ?>

+

Name) ?>

The cover for the Standard Ebooks edition of <?= $ebook->Title ?>.