| author | Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr> |
| Thu, 10 Apr 2014 14:20:23 +0200 | |
| changeset 47 | c0b4a8b5a012 |
| parent 46 | efd9c589177a |
| permissions | -rw-r--r-- |
/* Move down content because we have a fixed navbar that is 50px tall */ body { padding-top: 50px; padding-bottom: 20px; } .navbar-periplus { background-color: SteelBlue; border-color: #e7e7e7; } .navbar-periplus .navbar-brand-periplus { color: whitesmoke; background-color: transparent; } .navbar-periplus .navbar-brand-periplus:focus { color: whitesmoke; background-color: transparent; } .navbar-periplus .navbar-brand-periplus:hover { color: silver; background-color: transparent; }