diff options
author | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-12-31 13:26:26 +0000 |
---|---|---|
committer | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-12-31 13:26:26 +0000 |
commit | 641c0b159437a1932095b778efe658e0fd8fffb0 (patch) | |
tree | b60ff02d5042325ebd9f4fe8e5785dbda8bf9051 /www/stylesheet.css | |
parent | 2267c6facdaee7382dec4d96cdb6e7ac290c8123 (diff) |
viele html-Fehler korrigiert
git-svn-id: https://svn.neo-layout.org@1360 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www/stylesheet.css')
-rw-r--r-- | www/stylesheet.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/stylesheet.css b/www/stylesheet.css index 3b58242..28e6e86 100644 --- a/www/stylesheet.css +++ b/www/stylesheet.css @@ -1,4 +1,4 @@ -#Hauptfeld { +div.Hauptfeld { width:39em; border-width:thin; border-color:#444; @@ -42,7 +42,7 @@ } -#Navigationsthema { +div.Navigationsthema { border-bottom-width:1px; border-bottom-style:solid; border-color:black; @@ -57,12 +57,12 @@ padding-bottom:.2em; } -#Navigationsunterpunkte { +div.Navigationsunterpunkte { padding-top:.5em; padding-bottom:.75em; } -#Navigationseintrag { +a.Navigationseintrag { display:block; text-align:left; padding-left:1em; |