Skip to content

Commit

Permalink
Correction bug couleurs page évenements
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanloutre committed Aug 24, 2016
1 parent 5fa154e commit 54032d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions evenements.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@
<!-- Theme CSS -->
<link href="css/creative.min.css" rel="stylesheet">
<link href="css/timeline.css" rel="stylesheet">

<style>
@media (min-width: 768px) {
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
color: #F05F40;
}
}
</style>

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
Expand Down

0 comments on commit 54032d3

Please sign in to comment.