integration/profil.html
changeset 53 9d80aeae789b
parent 51 b75d526629ab
child 57 cf436d07a3cb
--- a/integration/profil.html	Tue Nov 27 11:38:18 2012 +0100
+++ b/integration/profil.html	Tue Nov 27 12:15:14 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 -->