diff -r 335fbea856d3 -r efd9c589177a publication/css/periplus.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/publication/css/periplus.css Fri Mar 28 18:22:20 2014 +0100 @@ -0,0 +1,26 @@ +/* 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; +} + \ No newline at end of file