Skip to content

Commit

Permalink
Merge pull request #35 from shiitake/dev
Browse files Browse the repository at this point in the history
Should fix #28
  • Loading branch information
Jamie committed Mar 18, 2016
2 parents 663d517 + e74fd2b commit ffb29ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PlexRequests.UI/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<head>
<title>Plex Requests</title>
<!-- Styles -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="~/Content/custom.min.css" type="text/css"/>
<link rel="stylesheet" href="~/Content/bootstrap.css" type="text/css"/>
<link rel="stylesheet" href="~/Content/font-awesome.css" type="text/css"/>
Expand Down Expand Up @@ -89,4 +90,4 @@
@RenderBody()
</div>
</body>
</html>
</html>

0 comments on commit ffb29ae

Please sign in to comment.