From 46ae48c46f93bdab27e06877addf234d06618560 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Wed, 11 Dec 2013 22:22:19 -0500 Subject: [PATCH] Refactoring --- public/css/styles.less | 3 +-- views/layout.jade | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/public/css/styles.less b/public/css/styles.less index 62735a55c6..4a2b8bb5af 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -4,8 +4,7 @@ body { // // TODO: Refactor // - -.user .picture { +.navbar-nav img { width: 40px; height: 40px; margin: -10px 0 -10px 0; diff --git a/views/layout.jade b/views/layout.jade index 3b6455daf1..ee2013cb5d 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -45,7 +45,7 @@ html li(class=title=='Create Account'?'active':undefined) a(href='/signup') Create Account else - li.user(class=title=='Account Management'?'active':undefined) + li(class=title=='Account Management'?'active':undefined) a(href='/account') if user.profile.picture img(src='#{user.profile.picture}')