create topo from web finished
[VSoRC/.git] / partials / header.ejs
index 87fc2e39c7b9ea8abea01d04fec9ad47294d3fca..9d98aa536f37a703343313c2fd9f36c6e3ea4148 100644 (file)
@@ -1,25 +1,11 @@
-<nav role="navigation" class="navbar navbar-dark bg-dark">
+<nav role="navigation" class="navbar">
 <div id="menuToggle">
-  <!--
-  A fake / hidden checkbox is used as click reciever,
-  so you can use the :checked selector on it.
-  -->
   <input type="checkbox" />
 
-  <!--
-  Some spans to act as a hamburger.
-
-  They are acting like a real hamburger,
-  not that McDonalds stuff.
-  -->
   <span></span>
   <span></span>
   <span></span>
 
-  <!--
-  Too bad the menu has to be inside of the button
-  but hey, it's pure CSS magic.
-  -->
   <ul id="menu">
     <a href="/"><li>Salud</li></a>
     <a href="/topology"><li>Visualizador</li></a>
@@ -31,6 +17,6 @@
   </ul>
 </div>
 <form class="form-inline">
-  <button class="btn btn-outline-success" type="button" onclick="location.href = '/';">VSoRC</button>
+  <button class="btn-outline-success" type="button" onclick="location.href = '/';">VSoRC</button>
 </form>
 </nav>