Added Arrows on home
authorveltr
Mon, 07 Jan 2013 15:10:05 +0100
changeset 69 6ba4871e9ef5
parent 68 70b1e3523168
child 70 afa0cdb56132
Added Arrows on home
src/theend/templates/theend/home.html
--- a/src/theend/templates/theend/home.html	Sat Jan 05 16:08:16 2013 +0100
+++ b/src/theend/templates/theend/home.html	Mon Jan 07 15:10:05 2013 +0100
@@ -52,6 +52,10 @@
             
         <section class="taglist_container">
             <table></table>
+            <div class="arrow arrow_top"></div>
+            <div class="arrow arrow_bottom"></div>
+            <div class="arrow arrow_left"></div>
+            <div class="arrow arrow_right"></div>
         </section>
 {% endblock %}