diff options
author | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-01-30 02:05:17 +0000 |
---|---|---|
committer | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-01-30 02:05:17 +0000 |
commit | f8f6981a149c605ac320096d6c13a98556e28595 (patch) | |
tree | db027d5a8465b4d06c26cf8b9d3d4a25fb37679a /www/stylesheet.css | |
parent | 5abf94c6a8e9a8e2bbfe7e584dd7a44ef4090830 (diff) |
git-svn-id: https://svn.neo-layout.org@1574 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www/stylesheet.css')
-rw-r--r-- | www/stylesheet.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/stylesheet.css b/www/stylesheet.css index 6e174f7..131c0de 100644 --- a/www/stylesheet.css +++ b/www/stylesheet.css @@ -9,6 +9,7 @@ div.Hauptfeld { padding-right:4em; padding-top:2em; padding-bottom:2.4em; + max-width:70em; /* text-align:justify; */ /* font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; */ /* font-family: LinuxLibertine, Libertine, Linux-Libertine, sans; @@ -200,7 +201,7 @@ p { /* text-indent:1em; .Ebenen_box { position: relative;} -.Ebene_bild { padding-top:2em; max-width:100%;} +.Ebene_bild { padding-top:2em; } .Ebene_wrapper { position:absolute; top:0px; background-color: white; } |