Commit 8e8e3b5a92718d72bd89698cde680b9306b368ed

Authored by henyxia
1 parent 099450f1

new logo 2

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
topnavbar.php
... ... @@ -8,8 +8,10 @@
8 8  
9 9 <a class="navbar-brand" onClick="document.location.reload();" data-toggle="tooltip" data-placement="bottom" title="Aller à la page d'accueil" href="#">Coupe de Robotique des Ecoles Primaires</a>
10 10 </div>
11   - <div class="collapse navbar-collapse">
12   - <img src="img/logo.png" height="20" />
  11 + <div class="collapse navbar-collapse">
  12 + <p class="navbar-text navbar-right">
  13 + <img src="img/logo.png" height="20" />
  14 + </p>
13 15 </div>
14 16 </div>
15 17 </nav>
... ...