Removed flat ui theme, separate animate.css reference in layout template
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
@import "bootstrap/bootstrap";
|
@import "bootstrap/bootstrap";
|
||||||
@import "font-awesome/font-awesome";
|
@import "font-awesome/font-awesome";
|
||||||
@import "ios7";
|
@import "ios7";
|
||||||
@import "animate.css";
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,7 @@ html
|
|||||||
meta(name='description', content='')
|
meta(name='description', content='')
|
||||||
meta(name='author', content='')
|
meta(name='author', content='')
|
||||||
title #{title} - Starter Template for Bootstrap
|
title #{title} - Starter Template for Bootstrap
|
||||||
|
link(href='/css/animate.css', rel='stylesheet')
|
||||||
link(href='/css/app.css', rel='stylesheet')
|
link(href='/css/app.css', rel='stylesheet')
|
||||||
script(src='/js/lib/jquery.js')
|
script(src='/js/lib/jquery.js')
|
||||||
script(src='/js/lib/jquery.dataTables.min.js')
|
script(src='/js/lib/jquery.dataTables.min.js')
|
||||||
|
Reference in New Issue
Block a user