bliper

static html page generation in perl
git clone git://git.2f30.org/bliper
Log | Files | Refs | README | LICENSE

commit bfd9f02499856bbf47eb42a06d8c2878a85cf552
parent f6920df447923c0e1cce7a399eaf1252b20dadfd
Author: cipher <haris@2f30.org>
Date:   Sun, 21 Dec 2014 15:24:12 +0200

Fix white-space property.

Diffstat:
Moutput/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/output/style.css b/output/style.css @@ -94,7 +94,7 @@ a.indexlink { p { max-width: 680px; - white-space: wrap; + white-space: normal; line-height: 1.6em; text-align: justify; }