diff --git a/css/crep.css b/css/crep.css index aaa7493..efccc4b 100755 --- a/css/crep.css +++ b/css/crep.css @@ -45,6 +45,11 @@ body font-family: linkFont; } +.navbar-default .navbar-toggle .icon-bar +{ + background-color: #fff; +} + .navbar-default { background-color: #749BD1; diff --git a/js/crep.js b/js/crep.js index f8f5907..878df21 100755 --- a/js/crep.js +++ b/js/crep.js @@ -108,6 +108,11 @@ $(document).ready(function () { loc: current }, document.title, current) window.onpopstate = historyChange + $('.navbar-fixed-top .navbar-toggle').click(function () { + $(document.body).animate({ + scrollTop: 0 + }) + }) }) function initializeMap() { diff --git a/topnavbar.php b/topnavbar.php index 52dda97..b6b736d 100755 --- a/topnavbar.php +++ b/topnavbar.php @@ -6,6 +6,12 @@ +