integration/profil.html
changeset 57 cf436d07a3cb
parent 55 25313bf54ef7
parent 53 9d80aeae789b
child 65 60a1e58b0a08
--- a/integration/profil.html	Tue Nov 27 11:48:28 2012 +0100
+++ b/integration/profil.html	Tue Nov 27 13:38:31 2012 +0100
@@ -98,9 +98,11 @@
                 </a></h1>
                 <div class="title-header"></div>
                 <div class="profil-wrap">
-                    <a href="#" class="all-hashcut">Tous les Hashcuts</a>
-                    <a href="edition.html" class="new-hashcut">Créer un Hashcut</a>
-                    <a href="#user" class="my-profil open-popin">Mon profil</a>
+                    <ul>
+                        <li><a href="#" class="all-hashcut">Tous les Hashcuts</a></li>
+                        <li><a href="edition.html" class="new-hashcut">Créer un Hashcut</a></li>
+                        <li><a href="#user" class="my-profil open-popin">Mon profil</a></li>
+                    </ul>
                 </div>
             </div><!-- header -->
         </div><!-- wrap-header -->