diff options
author | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-03-29 11:02:28 +0000 |
---|---|---|
committer | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-03-29 11:02:28 +0000 |
commit | 4340fd83e313a833b8b50333d09e4bd18ae1e156 (patch) | |
tree | 5c2a77ec8e0a9f2add654e3a8dd7dc477215281a | |
parent | a6fd18e133d7035fc6bd29f940d4c94335eb7583 (diff) |
Überschrift linksbündig
git-svn-id: https://svn.neo-layout.org@2251 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r-- | www/stylesheet_wiki.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/stylesheet_wiki.css b/www/stylesheet_wiki.css index 8a6650c..cf7d597 100644 --- a/www/stylesheet_wiki.css +++ b/www/stylesheet_wiki.css @@ -7,10 +7,10 @@ body { line-height:1.35em; } -h1 { font-size: 2.2em; line-height: 0.9em;} -h2 { font-size: 1.6em; margin-top: 0,9em; } -h3 { font-size: 1.2em } -h4 { font-size: 1em } +h1 { font-size: 2.2em; line-height: 0.9em; text-align:justify} +h2 { font-size: 1.6em; margin-top: 0,9em; text-align:justify} +h3 { font-size: 1.2em; text-align:justify} +h4 { font-size: 1em; text-align:justify} tt { white-space: pre } |