| author | Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr> |
| Tue, 15 Apr 2014 17:46:09 +0200 | |
| changeset 48 | 1b2dffb4ac2b |
| 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; }