bliper

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

commit b78bff3e1885a09c28d0b09688e0481ec9bf7ad6
parent 0f2cdc66d6b3f7a7d541a478a787b2016d47e941
Author: cipher <haris@2f30.org>
Date:   Thu, 11 Dec 2014 15:24:38 +0200

Fix pre/code wrap, remove whitespace wrap.

Diffstat:
Moutput/style.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/output/style.css b/output/style.css @@ -118,7 +118,7 @@ pre { border: 1px solid #c0c0c0; padding: 5px; max-width: 680px; - white-space: wrap; + word-wrap: break-word; overflow-x: auto; } @@ -127,7 +127,7 @@ p code, li code { max-width: 680px; padding: 0.3em; margin: 0.3em; - white-space: nowrap; + word-wrap: break-word; } code {