From: Mischa POSLAWSKY Date: Sat, 17 Oct 2009 21:31:05 +0000 (+0000) Subject: style: center by default X-Git-Tag: v1.3~101 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/4b0c162ccc694e4b0c395062a23819a426f89f49 style: center by default --- diff --git a/base.css b/base.css index a488e97..fb998d0 100644 --- a/base.css +++ b/base.css @@ -10,6 +10,7 @@ body { background: #FFF; color: #000; font-size: 90%; + text-align: center; } a, a:visited { color: #000; @@ -23,7 +24,6 @@ a:active, a:hover { /* common sections */ h1, h2 { - text-align: center; font-size: 200%; margin: 0; } @@ -50,7 +50,6 @@ hr { } p { - text-align: center; margin: 1ex 0 1em; } p.aside { @@ -69,9 +68,6 @@ ul { list-style: none; } -#source { - text-align: center; -} #source pre { display: inline-block; text-align: left; diff --git a/index.plp b/index.plp index b707e7e..2118612 100644 --- a/index.plp +++ b/index.plp @@ -17,7 +17,6 @@ $header{content_type} = "text/html; charset=utf-8";