summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-10 13:04:18 +0000
committerben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-10 13:04:18 +0000
commitc20fbca2ebad005b2c981dec0db4ae5a7b824797 (patch)
tree9433fb56bd868fb7a1b17818006a97431836e4b6 /www
parentb6ad1b2c56082c97b925768d77e56033b32550d0 (diff)
navigationsbreite im style angepasst, damit mac os x-Treiber reinpasst
git-svn-id: https://svn.neo-layout.org@1422 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www')
-rw-r--r--www/index.html5
-rw-r--r--www/stylesheet.css4
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;