From a5fd2a4ad8a11a526a4378d4941cf1400228d0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 16 May 2013 14:10:48 +0200 Subject: [PATCH] Bookdetail is better when fancybox is disabled. --- bookdetail.php | 10 ---------- style.css | 6 +++++- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/bookdetail.php b/bookdetail.php index 66dbc1d..f8e3676 100644 --- a/bookdetail.php +++ b/bookdetail.php @@ -16,18 +16,8 @@ $tags = $book->getTags (); $serie = $book->getSerie (); $book->getLinkArray (); -?> - -
-
- hasCover) { diff --git a/style.css b/style.css index 1178232..3c6bc5b 100644 --- a/style.css +++ b/style.css @@ -171,7 +171,6 @@ max-width:800px; display:inline; /*Dirty IE Hack*/ zoom: 1; *display: inline; } - .bookpopup h4{ border-top: 1px solid black; } @@ -179,6 +178,11 @@ max-width:800px; .fullclickpopup{ display: block; } + +section .bookpopup{ + padding: 8px 8px; +} + /* ============================================================================= Footer stuff goes here ========================================================================== */