diff options
author | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-04-02 13:04:34 +0000 |
---|---|---|
committer | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-04-02 13:04:34 +0000 |
commit | 99b07611b80e421bffca1b60fc17462d9f2a9594 (patch) | |
tree | a8c9f0327e4d80dab64db237938a876720a3f48c /www | |
parent | efb2c48e3528d3168183a6acc1e8d5b338d5b7f5 (diff) |
Tastentierchen sind Herdentiere, nicht einzeln halten.
git-svn-id: https://svn.neo-layout.org@2274 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www')
-rw-r--r-- | www/neo.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/neo.html b/www/neo.html index fc0f0aa..665f33e 100644 --- a/www/neo.html +++ b/www/neo.html @@ -46,7 +46,9 @@ }
.ebenen {width:100%;max-width:595px}
- .quick {white-spaces:nowrap;}
+ .quick {display:inline-block;white-spaces:nowrap;}
+ .clear {clear:both;}
+
#header img {margin-bottom:0.5em}
#content img.ebenen {margin:1em 0 0 0} /*kein Standard-Margin für die Bilder*/
@@ -63,7 +65,7 @@ <!-- Quicklinks -->
<!--Werden per post-commit hook immer aktuell gehalten!-->
- <span class="quick">
+ <div class="quick">
<a href="neo_de.xmodmap">
<img src="http://neo-layout.org/tastentierchen_pingu.png" title="quickdownload:Neo_Linux" alt="quickdownload:Neo_Linux" />
</a>
@@ -73,7 +75,7 @@ <a href="http://wiki.neo-layout.org/browser/mac_osx/neo.keylayout?format=raw">
<img src="http://neo-layout.org/tastentierchen_apfel.png" title="quickdownload:Neo_OS-X" alt="quickdownload:Neo_OS-X" />
</a>
- </span>
+ </div>
<!-- /Quicklinks -->
</div>
<div id="content" class="wiki">
@@ -111,7 +113,6 @@ <li><a href="http://wiki.neo-layout.org/wiki/Presseberichte">Presseberichte</a></li>
</ol>
</div>
- <p> </p>
<h1>Neo – Er­go­no­misches Tas­ta­tur­lay­out</h1>
<p>
Neo ist ein neue Tas­ta­tur­be­legung, die extra für die deutsche Sprache optimiert ist:
@@ -124,8 +125,7 @@ </ul>
<a href="http://wiki.neo-layout.org/wiki/Einführungskapitel" id="Hauptfeldlink_rechtsunten">Warum Neo besser ist als Qwertz …</a>
<p> </p>
- <p> </p>
- <h2> Die Neo-Tastatur­belegung zum Aus­probieren</h2>
+ <h2 class="clear"> Die Neo-Tastatur­belegung zum Aus­probieren</h2>
<div class="Ebenen_box">
<div class="Ebene1_wrapper">
<div class="Ebene_button" style="left:0em">Ebene 1</div>
|