bliper

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

commit bb30c94eedd4adc2402802c4096f4dbfd4f4addc
parent bfd9f02499856bbf47eb42a06d8c2878a85cf552
Author: cipher <haris@2f30.org>
Date:   Sat, 17 Jan 2015 13:24:23 +0200

Correct footer property in colors.css.

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

diff --git a/output/colors.css b/output/colors.css @@ -6,7 +6,7 @@ body { color: #666; } -.menu, .menu li a, .footer { +.menu, .menu li a, footer { color: #a7a9ac; }