1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Renamed style.css to Site.css

Added Episode Search to Missing
This commit is contained in:
Mark McDowall
2011-06-01 18:16:49 -07:00
parent 9ee74d68eb
commit 1411cac54a
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
.Add("telerik.sitefinity.css")
.Add("notibar.css"))
.Render();}
<link href="../../Content/style.css" rel="stylesheet" type="text/css" />
<link href="../../Content/Site.css" rel="stylesheet" type="text/css" />
<link href="../../Content/jquery-ui.css" rel="stylesheet" type="text/css" />
<link href="../../Content/jquery-ui.custom.css" rel="stylesheet" type="text/css" />
@RenderSection("HeaderContent", required: false)