diff options
| author | Michael <[email protected]> | 2017-04-18 13:15:00 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-18 13:15:00 -0400 |
| commit | fd91a3e43c97c726088222b666780f803a771c74 (patch) | |
| tree | 4f1a8ad8d176ed41a94d81605757bc627ef45318 | |
| parent | e272d9f4678523243074b05cf3524cd688599cfb (diff) | |
| download | project-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.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 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> |
