style: center by default
[sheet.git] / base.css
index a488e979f1cb6693a829868282b50540e0c160cf..fb998d06ed292e76674ea446e185fe90327262a0 100644 (file)
--- 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;