Commit 4ee01a4f93889d6867d8218be64234be9afe60ea

Authored by Erwan Nanrocki
1 parent 8b45d8d3

test pour le logo v6

Showing 1 changed file with 4 additions and 3 deletions   Show diff stats
topnavbar.php
... ... @@ -2,11 +2,12 @@
2 2 <div class="container">
3 3 <div class="navbar-header">
4 4  
5   - <a href="#" class="thumbnail" onClick="document.location.reload();">
6   - <img data-src="logo-895x1030.jpg/895x1030" alt=".....">
  5 + <a class="thumbnail" onClick="document.location.reload();" href="#">
  6 + <img data-src="logo-895x1030.jpg/895x1030" alt="...">
7 7 </a>
8 8  
9   - <a class="navbar-brand" onClick="document.location.reload();" data-toggle="tooltip" data-placement="bottom" title="Afficher la page d'accueil" href="#">Coupe de Robotique des Ecoles Primaires</a>
  9 + <a class="navbar-brand" onClick="document.location.reload();" data-toggle="tooltip" data-placement="bottom" title="Afficher la page d'accueil" href="#">
  10 + <img data-src="logo-895x1030.jpg/895x1030" alt="...">Coupe de Robotique des Ecoles Primaires</a>
10 11 </div>
11 12 <div class="collapse navbar-collapse">
12 13 <?php
... ...