summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-18 13:15:00 -0400
committerMichael <[email protected]>2017-04-18 13:15:00 -0400
commitfd91a3e43c97c726088222b666780f803a771c74 (patch)
tree4f1a8ad8d176ed41a94d81605757bc627ef45318
parente272d9f4678523243074b05cf3524cd688599cfb (diff)
downloadproject-unite-fd91a3e43c97c726088222b666780f803a771c74.tar.gz
project-unite-fd91a3e43c97c726088222b666780f803a771c74.tar.bz2
project-unite-fd91a3e43c97c726088222b666780f803a771c74.zip
Make them have pills...
-rw-r--r--Project-Unite/Views/Shared/_Layout.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml
index dcb6676..90de97f 100644
--- a/Project-Unite/Views/Shared/_Layout.cshtml
+++ b/Project-Unite/Views/Shared/_Layout.cshtml
@@ -33,7 +33,7 @@
<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">
- <ul class="nav navbar-nav">
+ <ul class="nav nav-pills">
<li><a href="@Url.Action("Index", "Home")"><span class="glyphicon glyphicon-home"></span></a></li>
</ul>
</div>