commit a75adf2ec6731c4675e08cd884096ff3034ed962
parent ec0d014c1aee663611eb329bab8c59af67f6c687
Author: anselm@garbe.us <unknown>
Date: Mon, 26 Mar 2012 19:29:51 +0200
switching to span
Diffstat:
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/matemobile.com/_werc/tpl/master.tpl b/matemobile.com/_werc/tpl/master.tpl
@@ -11,11 +11,10 @@
</div>
<div id="menu">
-
- <div class="right">
+ <span class="right">
<a href="http://suckless.org">suckless.org</a>
<a href="http://eyjafjallajoekull.com">art</a>
- </div>
+ </span>
</div>
<div id="content">
@@ -40,9 +39,9 @@
</div>
<div id="footer">
- <div class="right">
+ <span class="right">
© 2012 matemobile | <a href="http://garbe.us/Contact">Impressum</a>
- </div>
+ </span>
</div>
</body>
</html>