diff options
Diffstat (limited to '')
-rw-r--r-- | www/index.html | 5 | ||||
-rw-r--r-- | www/stylesheet.css | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/www/index.html b/www/index.html index 3e0629d..be4bd0c 100644 --- a/www/index.html +++ b/www/index.html @@ -44,8 +44,6 @@ </div> -<div style="float:left; width:12em;"> - <div id="Navigationsleiste" > <div class="Navigationsthema">Wiki</div> <div class="Navigationsunterpunkte"> @@ -85,9 +83,6 @@ </div> -</div> - - <div class="Hauptfeld"> <h1>Neo - Ergonomisches Tastaturlayout</h1> diff --git a/www/stylesheet.css b/www/stylesheet.css index ec41eec..ec5f95a 100644 --- a/www/stylesheet.css +++ b/www/stylesheet.css @@ -28,8 +28,8 @@ div.Hauptfeld { background-color:#F8F8FA; color:WindowText; position:relative; - width:10em; -/* float:left; */ + width:11em; + float:left; text-align:center; margin:2em; margin-left:0em; |