bliper

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

commit 17bb3ccc4134e3aee66943bc9e8cea2cfe01380b
parent b285de20254d2b83164ef3e99e796e2edb1055cf
Author: cipher <haris@2f30.org>
Date:   Tue,  4 Feb 2014 15:32:13 +0200

add blockquote style

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

diff --git a/output/style.css b/output/style.css @@ -112,6 +112,12 @@ hr { margin-top: 40px; } +blockquote { + margin: 10px 0 10px 50px; + padding-left: 15px; + border-left: 3px solid #ccc; +} + footer { max-width: 680px; color: #0d0d0d;