From 924b9b0b780354da03ba9b29b6c25a3075a8482a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 14 Feb 2013 09:19:23 +0100 Subject: [PATCH] Hopefully last fixes to make COPS work on PRS-T1 --- bookdetail.php | 12 +++++++++++- style.css | 8 +++++++- 2 files changed, 18 insertions(+), 2 deletions(-) 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;