Commit f44c2d085282f5f89249ce1d8c2d5a3ddb7368bb

Authored by Geoffrey PREUD'HOMME
1 parent 128b53d9

Title collapse on small screens

Otherwise it overflowed.
Not sure if I should use the logo or plain CREP
Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
topnavbar.php
... ... @@ -6,7 +6,10 @@
6 6 <img data-src="logo-895x1030.jpg/895x1030" alt="..."> je n'arriva pas a mettre le logo 2013-2014 :'(
7 7 </a> -->
8 8  
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>
  9 + <a class="navbar-brand" onClick="document.location.reload();" data-toggle="tooltip" data-placement="bottom" title="Aller à la page d'accueil" href="#">
  10 + <span class="hidden-xs">Coupe de Robotique des Ecoles Primaires</span>
  11 + <span class="visible-xs"><img src="img/logo.png" height="20" /></span>
  12 + </a>
10 13 </div>
11 14 <div class="collapse navbar-collapse" style="margin-right: 10px;">
12 15 <p class="navbar-text navbar-right">
... ...