X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/dae21a09b01baa118720670247a87c5cdc2591b8..4b0c162ccc694e4b0c395062a23819a426f89f49:/base.css 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;