diff options
| author | Michael <[email protected]> | 2017-05-23 18:21:26 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-23 18:21:26 -0400 |
| commit | 3b4663e23b81077f8cdfdf25c8cf880df945b637 (patch) | |
| tree | 50181a5531568a5fc9cf1406820eb5c2404c392e | |
| parent | 922657223116fd89555fa026ac9d0ef10bb403db (diff) | |
| download | project-unite-3b4663e23b81077f8cdfdf25c8cf880df945b637.tar.gz project-unite-3b4663e23b81077f8cdfdf25c8cf880df945b637.tar.bz2 project-unite-3b4663e23b81077f8cdfdf25c8cf880df945b637.zip | |
Fix styling of submission voting.
| -rw-r--r-- | Project-Unite/Views/Contests/ViewSubmission.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Contests/ViewSubmission.cshtml b/Project-Unite/Views/Contests/ViewSubmission.cshtml index 47cdaed..8020c85 100644 --- a/Project-Unite/Views/Contests/ViewSubmission.cshtml +++ b/Project-Unite/Views/Contests/ViewSubmission.cshtml @@ -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> |
