diff options
| author | Michael <[email protected]> | 2017-04-18 13:29:19 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-18 13:29:19 -0400 |
| commit | a99eb3329ba8f2d39658e06668b362e209cd93ed (patch) | |
| tree | 7293fa185969b1d7e26a9d3dbc9277463d2cd9ca /Project-Unite/Views/Shared/_Layout.cshtml | |
| parent | 67d7cfbbe544d8a30363f9853a4acb6d008033e5 (diff) | |
| download | project-unite-a99eb3329ba8f2d39658e06668b362e209cd93ed.tar.gz project-unite-a99eb3329ba8f2d39658e06668b362e209cd93ed.tar.bz2 project-unite-a99eb3329ba8f2d39658e06668b362e209cd93ed.zip | |
error too much navbar
Diffstat (limited to 'Project-Unite/Views/Shared/_Layout.cshtml')
| -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 2e04652..a7aafc7 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -32,7 +32,7 @@ <div class="navbar-header hidden-xs hidden-sm"> <a href="@Url.Action("Index", "Home")" class="navbar-brand"><img src="https://cdn.discordapp.com/emojis/276479128574623745.png" style="width:auto;height:auto; max-width:24px;" /></a> </div> - <div class="navbar-collapse collapse hidden-md hidden-lg"> + <div class="hidden-md hidden-lg hidden-print"> <ul class="nav nav-pills"> <li><a href="@Url.Action("Index", "Home")"><img src="https://cdn.discordapp.com/emojis/276479128574623745.png" style="width:auto;height:auto; max-width:24px;" /></a></li> <li><a href="@Url.Action("Index", "Download")"><span class="glyphicon glyphicon-arrow-down"></span></a></li> |
