switching to span - swerc - anselm's simpler werc fork | |
git clone git://git.suckless.org/swerc | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit b4a24e7b633ad08a1a877a55e15c10c940b519d8 | |
parent 252c38a83473906b1a182d748b3bfda59b7e5dee | |
Author: [email protected] <unknown> | |
Date: Mon, 26 Mar 2012 19:31:35 +0200 | |
switching to span | |
Diffstat: | |
M tpl/master.tpl | 10 ++++++---- | |
1 file changed, 6 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/tpl/master.tpl b/tpl/master.tpl | |
@@ -11,6 +11,7 @@ | |
</div> | |
<div id="menu"> | |
+ <span class="left"> | |
% if(~ $site 'suckless.org') { | |
<a class="thisSite" href="http://suckless.org">home</a> | |
% } | |
@@ -53,11 +54,12 @@ | |
% if not { | |
<a href="http://man.suckless.org">man</a> | |
% } | |
- <div class="right"> | |
+ </span> | |
+ <span class="right"> | |
<a href="http://dl.suckless.org">download</a> | |
<a href="http://hg.suckless.org">source</a> | |
<a href="http://eyjafjallajoekull.com">art</a> | |
- </div> | |
+ </span> | |
</div> | |
<div id="content"> | |
@@ -82,9 +84,9 @@ | |
</div> | |
<div id="footer"> | |
- <div class="right"> | |
+ <span class="right"> | |
© 2006-2012 suckless.org community | <a href="http://garbe.us/Con… | |
- </div> | |
+ </span> | |
</div> | |
</body> | |
</html> |