Fix styling of submission voting.

This commit is contained in:
Michael 2017-05-23 18:21:26 -04:00
parent 9226572231
commit 3b4663e23b

View file

@ -36,7 +36,7 @@
<iframe src="http://youtube.com/embed/@Model.VideoId" width="560" height="315" allowfullscreen frameborder="0"></iframe>
}
<ul>
<ul class="nav nav-pills">
<li><a href="@uvurl"><span class="glyphicon glyphicon-thumbs-up"></span> @Model.Upvotes.Length</a></li>
<li><a href="@dvurl"><span class="glyphicon glyphicon-thumbs-down"></span> @Model.Downvotes.Length</a></li>
</ul>