diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/stylesheet.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/stylesheet.css b/www/stylesheet.css index cf7a4c4..6e174f7 100644 --- a/www/stylesheet.css +++ b/www/stylesheet.css @@ -198,9 +198,9 @@ p { /* text-indent:1em; z-index:2; } -.Ebenen_box { position: relative; width:50em;} +.Ebenen_box { position: relative;} -.Ebene_bild { padding-top:2em; } +.Ebene_bild { padding-top:2em; max-width:100%;} .Ebene_wrapper { position:absolute; top:0px; background-color: white; } |