bliper

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

commit c90e6d9421b572c6fbeb0e396bc852c416f4fe6b
parent b78bff3e1885a09c28d0b09688e0481ec9bf7ad6
Author: cipher <haris@2f30.org>
Date:   Thu, 11 Dec 2014 15:44:15 +0200

White-space back again for code segments.

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

diff --git a/output/style.css b/output/style.css @@ -119,6 +119,7 @@ pre { padding: 5px; max-width: 680px; word-wrap: break-word; + white-space: pre-wrap; overflow-x: auto; } @@ -128,6 +129,7 @@ p code, li code { padding: 0.3em; margin: 0.3em; word-wrap: break-word; + white-space: pre-wrap; } code {