Skip to content

Commit

Permalink
Navbar bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
clj13001 committed Dec 2, 2016
1 parent 37a59f0 commit 04defd1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion html/javascript/navbar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion html/webpages/homePage.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<body>

<nav class="navbar navbar-inverse navbar-fixed-top" id = "navbar">
<nav class="navbar navbar-inverse navbar-fixed-top" id = "navbaruniversal">

</nav>

Expand Down
2 changes: 1 addition & 1 deletion html/webpages/listingPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</head>

<body>
<nav class="navbar navbar-inverse navbar-fixed-top" id = "navbar">
<nav class="navbar navbar-inverse navbar-fixed-top" id = "navbaruniversal">
</nav>
<div class="col-sm-3 col-md-2 sidebar">
<ul class="nav nav-sidebar">
Expand Down
2 changes: 1 addition & 1 deletion html/webpages/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<body>

<nav class="navbar navbar-inverse navbar-fixed-top" id = "navbar">
<nav class="navbar navbar-inverse navbar-fixed-top" id = "navbaruniversal">
</nav>

<h2>Our Wonderful Synchrony Financial Map!</h2>
Expand Down
2 changes: 1 addition & 1 deletion html/webpages/requestPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</head>

<body>
<nav class="navbar navbar-inverse navbar-fixed-top" id = "navbar">
<nav class="navbar navbar-inverse navbar-fixed-top" id = "navbaruniversal">
</nav>
<div class="col-sm-3 col-md-2 sidebar">
<ul class="nav nav-sidebar">
Expand Down
2 changes: 1 addition & 1 deletion html/webpages/shoppingCart.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</head>

<body>
<nav class="navbar navbar-inverse navbar-fixed-top" id = "navbar">
<nav class="navbar navbar-inverse navbar-fixed-top" id = "navbaruniversal">
</nav>

<div class="col-sm-3 col-md-2 sidebar">
Expand Down

0 comments on commit 04defd1

Please sign in to comment.