style: center by default
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 17 Oct 2009 21:31:05 +0000 (21:31 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 17 Oct 2009 21:32:22 +0000 (21:32 +0000)
base.css
index.plp

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;
index b707e7ed378180a4bc029bc66540b928c32dc628..21186125e0062fb2d77c61a537edff0610cc7476 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -17,7 +17,6 @@ $header{content_type} = "text/html; charset=utf-8";
 <link rel="stylesheet" type="text/css" media="all" href="base.css">
 <style type="text/css">
        ul {
-               text-align: center;
                margin-bottom: 1ex;
        }
 </style>