From: Lucian Mogosanu Date: Sat, 20 Jul 2013 08:04:28 +0000 (+0300) Subject: css: set body attributes X-Git-Tag: v0.1~39 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=47eb13e22d206f40787fa8a34b40e3cd2377c253;p=thetarpit.git css: set body attributes --- diff --git a/css/default.css b/css/default.css index 357a618..465c80f 100644 --- a/css/default.css +++ b/css/default.css @@ -1,6 +1,11 @@ body { - margin: 0px auto 0px auto; - width: 700px; + margin: 0px auto 0px auto; + width: 700px; + font-size: 18px; + text-align: justify; + + color: #35353a; + font-family: 'Didact Gothic', Helvetica; } #header { diff --git a/templates/default.html b/templates/default.html index e7d3678..8190e9f 100644 --- a/templates/default.html +++ b/templates/default.html @@ -5,6 +5,7 @@ The Tar Pit - $title$ +