1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Changed services dropdown to be right aligned

This commit is contained in:
Uncled1023 2019-01-25 22:20:39 -08:00
parent a663924456
commit 037a7afe0b

View File

@ -38,7 +38,7 @@
<li class="dropdown">
<a href="#" id="services_menu" class="dropdown-toggle" data-toggle="dropdown">Services <strong class="caret"></strong></a>
<ul class="dropdown-menu dropdown-left-manual" role="menu" aria-labelledby="services_menu">
<ul class="dropdown-menu" role="menu" aria-labelledby="services_menu">
<li is-active-route asp-controller="Podcast">
<a href="@Url.SubRouteUrl("podcast", "Podcast.Index")"><i class="fa fa-microphone fa-fw"></i>&nbsp;&nbsp;Teknikast</a>
</li>