aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2010-12-19 07:40:35 +0100
committerStefan Kangas <stefankangas@gmail.com>2010-12-19 07:40:35 +0100
commitf7674c32d92f69292ad4f112c9d5154eb5a8f395 (patch)
tree004eecac5362afa94e441a6c2863fa18d26a79c0
parentdb9271fc948a9c33930ad22e00348499d63d525b (diff)
Center the menu.
-rw-r--r--default.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/default.css b/default.css
index 52236d8..a7c9227 100644
--- a/default.css
+++ b/default.css
@@ -26,6 +26,7 @@ body
color: #443;
font-size: 100%;
margin: 0;
+ text-align: center;
}
p,cite,code,ul
{
@@ -116,9 +117,11 @@ p.incitement
/* navigation */
.navigation
{
+ text-align: left;
height: 36px;
margin: 0 auto;
- width: 632px;
+ /* width: 632px; */
+ width: 600px;
}
.navigation a
{
@@ -140,8 +143,10 @@ p.incitement
}
/* content */
-.content {
- padding: 18px 0;
+.content
+{
+ padding: 18px 0;
+ text-align: left;
}
.content h1
{