Added back flatUI CSS

pull/2/head
Sahat Yalkabov 2013-12-11 15:34:53 -05:00
parent e812affdb2
commit d961615a02
4 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,6 @@ var mongoose = require('mongoose');
var bcrypt = require('bcrypt');
var userSchema = new mongoose.Schema({
username: { type: String, unique: true, sparse: true },
password: String,

1
public/css/themes/flat-ui.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@ extends layout
block content
h2 API Browser
ul.list-unstyled.lead
ul.list-unstyled
li
a(href='/api/aviary') Aviary
li

View File

@ -9,7 +9,7 @@ html
title #{title} - Starter Template for Bootstrap
link(href='/css/animate.css', rel='stylesheet')
link(href='/css/jasny-bootstrap.css', rel='stylesheet')
link(href='/css/app.css', rel='stylesheet')
link(href='/css/styles.css', rel='stylesheet')
script(src='/js/lib/jquery.js')
script(src='/js/lib/jasny-bootstrap.js')
script(src='/js/lib/jquery.dataTables.min.js')