Removed old css references, switched flat-ui to LESS

pull/2/head
Sahat Yalkabov 2013-12-03 23:00:13 -05:00
parent 109acfbc93
commit 4f843bfe26
4 changed files with 3 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -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;

View File

@ -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