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

@@ -31,6 +31,7 @@ block content
input(checked=user.profile.gender=='female', name='gender', type='radio', value='female')
span Female
.form-group
// TODO: differentiate between username as email
label.col-sm-2.control-label(for='email') Email
.col-sm-4
input.form-control(type='email', name='email', id='email', value='#{user.profile.email}')

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