Replaced flat-ui.min.css with LESS version from Bootswatch, plus other css fixes

This commit is contained in:
Sahat Yalkabov
2013-12-14 17:39:37 -05:00
parent ee62128fe7
commit ac0a77d0ff
5 changed files with 831 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ html
a(href='/account')
if user.profile.picture
img(src='#{user.profile.picture}')
= user.profile.name || user.username || user.id
= user.username || user.profile.name || user.id
li
a(href='/logout') Logout
.container