diff options
| author | Michael <[email protected]> | 2017-04-16 18:46:05 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-16 18:46:05 -0400 |
| commit | 01f1c63735d69f86ba3dffbde4e7959da9b32a6d (patch) | |
| tree | d470e72a3df4a2e132e2a606e55500980a990ec7 | |
| parent | aed2fb563db3dc9c2447bddc1d2967ab2e8f7113 (diff) | |
| download | project-unite-01f1c63735d69f86ba3dffbde4e7959da9b32a6d.tar.gz project-unite-01f1c63735d69f86ba3dffbde4e7959da9b32a6d.tar.bz2 project-unite-01f1c63735d69f86ba3dffbde4e7959da9b32a6d.zip | |
unstick the navbar
| -rw-r--r-- | Project-Unite/Views/Shared/_Layout.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index a009664..8f8e339 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -28,7 +28,7 @@ </head> <body> @Scripts.Render("~/Scripts/highlight.js") - <div class="navbar navbar-default navbar-fixed-top"> + <div class="navbar navbar-default"> <div> <!--Let's just add some padding there so the page doesn't look fucked.--> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> |
