From e54e3653a80af8108365fd0718c5a81b1f969698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sat, 21 Jul 2012 15:44:09 +0200 Subject: [PATCH] Reduce line height for comment. It should allow most book comment to fit on one page. --- bookdetail.php | 2 +- style.css | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bookdetail.php b/bookdetail.php index 50eb4b0..5e86287 100644 --- a/bookdetail.php +++ b/bookdetail.php @@ -78,6 +78,6 @@ $book->getLinkArray ();

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

\ No newline at end of file diff --git a/style.css b/style.css index d190e00..9f9b06c 100644 --- a/style.css +++ b/style.css @@ -224,4 +224,10 @@ padding: 3px 2px; .bookpopup { min-width: 400px; -} \ No newline at end of file +color:black; +} + +.content +{ +line-height: 110%; +}