Removed old css references, switched flat-ui to LESS
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -1,5 +1,6 @@
|
|||||||
@import "bootstrap/bootstrap";
|
@import "bootstrap/bootstrap";
|
||||||
@import "font-awesome/font-awesome";
|
@import "font-awesome/font-awesome";
|
||||||
|
@import "flat-ui";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
|
@ -7,9 +7,6 @@ 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/bootstrap.css', rel='stylesheet')
|
|
||||||
link(href='/css/flat-ui.css', rel='stylesheet')
|
|
||||||
link(href='/css/font-awesome.min.css', rel='stylesheet')
|
|
||||||
link(href='/css/app.css', rel='stylesheet')
|
link(href='/css/app.css', rel='stylesheet')
|
||||||
|
|
||||||
body
|
body
|
||||||
|
Reference in New Issue
Block a user