bliper

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

commit 335119e41a18c398d0053888885ff551d4b2a54f
parent 51bb430a041dda29f671eff15f5e7938790c2186
Author: cipher <haris@2f30.org>
Date:   Fri, 16 May 2014 20:13:32 +0300

Style changes once more.

Diffstat:
Moutput/style.css.light | 14+++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/output/style.css.light b/output/style.css.light @@ -5,6 +5,10 @@ body { font-weight: lighter; } +.header { + border-bottom: 1px solid #c0c0c0; +} + .container { color: #040404; max-width: 680px; @@ -69,6 +73,8 @@ a em:hover { .previewlink { text-decoration: none; + text-align: right; + display: block; } .previewlink:hover { @@ -167,11 +173,13 @@ blockquote { } footer { - max-width: 680px; + max-width: 100%; color: #0d0d0d; text-align: center; - margin: 0 auto; - padding-bottom: 50px; + margin: 2em auto 0 auto; + padding-top: 2em; + padding-bottom: 3em; + border-top: 1px solid #c0c0c0; } #disqus_thread {