Subversion Repositories eFlore/Applications.cel

Rev

Rev 2612 | Rev 2712 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2612 Rev 2687
Line 393... Line 393...
393
.valeur-defaut-recherche {
393
.valeur-defaut-recherche {
394
	color: #848484;
394
	color: #848484;
395
	font-style: italic;	
395
	font-style: italic;	
396
	font-weight: 0.9em;
396
	font-weight: 0.9em;
397
}
397
}
-
 
398
 
-
 
399
 
-
 
400
/*-------------------------------------------------------*/
-
 
401
/* Correction bug boostrap sur les span3 qui reviennent à la ligne */
-
 
402
.row-fluid .span3 {
-
 
403
    width: 23.0769%;
-
 
404
    float: left;
-
 
405
}
-
 
406