Fixed activity.less reference
This commit is contained in:
parent
b7d3daf3ec
commit
019500ef4f
|
@ -11,7 +11,7 @@ gulp.task('less', function () {
|
|||
paths.src.content + 'theme.less',
|
||||
paths.src.content + 'overrides.less',
|
||||
paths.src.root + 'Series/series.less',
|
||||
paths.src.root + 'History/history.less',
|
||||
paths.src.root + 'Activity/activity.less',
|
||||
paths.src.root + 'AddSeries/addSeries.less',
|
||||
paths.src.root + 'Calendar/calendar.less',
|
||||
paths.src.root + 'Cells/cells.less',
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<link href="/Content/theme.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/cells.css" rel='stylesheet' type='text/css'>
|
||||
<link href="/Content/series.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/history.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/activity.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/logs.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/settings.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/addSeries.css" rel='stylesheet' type='text/css'/>
|
||||
|
|
Loading…
Reference in New Issue