diff --git a/bookdetail.php b/bookdetail.php index 15bc766..cfb3d32 100644 --- a/bookdetail.php +++ b/bookdetail.php @@ -16,8 +16,18 @@ $tags = $book->getTags (); $serie = $book->getSerie (); $book->getLinkArray (); +?> + +
+
+
getLinkArray ();

-
getComment (false) ?>
+
>getComment (false) ?>

\ No newline at end of file diff --git a/style.css b/style.css index fb9b237..e292f78 100644 --- a/style.css +++ b/style.css @@ -253,13 +253,19 @@ float:right; padding: 3px 2px; } +.bookdetail +{ +color:black; +} + + .bookpopup { min-width: 400px; color:black; } -.entries > .bookpopup +.entries > .bookpopup, .entries > .bookdetail { background-color: white; margin-bottom: 5px;