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 ========================================================================== */