e1e0.net

sources for e1e0 website
git clone https://git.e1e0.net/e1e0.net.git
Log | Files | Refs

commit 7f2f5d1eb6dd466d125fceae71b4fd26b90e1ff1
parent aaffbe35978d989a57a14576c653dab0996fb10e
Author: Paco Esteban <paco@onna.be>
Date:   Wed, 24 Apr 2019 19:41:58 +0200

styles ...

Diffstat:
Mstatic/style.css | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/static/style.css b/static/style.css @@ -1,5 +1,8 @@ body { - margin: 15px auto; + margin-top: 15px; + margin-bottom: auto; + margin-right: 15%; + margin-left: 15%; color: #111; background-color: #fff; padding: 0 10px; @@ -21,5 +24,3 @@ pre { overflow: auto; padding: 10px; } - -/* $Id: style.css,v 1.1 2019/03/24 12:30:24 paco Exp $ */