diff --git a/controllers/api.js b/controllers/api.js index 9fb6c36dd9..8b2eac4ed7 100644 --- a/controllers/api.js +++ b/controllers/api.js @@ -68,7 +68,7 @@ exports.getFoursquare = function(req, res) { */ exports.getTumblr = function(req, res) { var token = _.findWhere(req.user.tokens, { kind: 'tumblr' }); - + // TODO: MIDDLEWARE if (!token) { return res.render('api/unauthorized', { title: 'Tumblr API', diff --git a/public/css/app.less b/public/css/app.less index 94b505faae..52466c52ed 100644 --- a/public/css/app.less +++ b/public/css/app.less @@ -7,6 +7,9 @@ body { } .user img { + border-radius: 50%; + border: 1px solid #777; + padding: 1px; width: 40px; height: 40px; vertical-align: baseline; diff --git a/public/css/ios7.less b/public/css/ios7.less index ef127b1ae3..353a4d51fc 100644 --- a/public/css/ios7.less +++ b/public/css/ios7.less @@ -86,6 +86,7 @@ a { color: #007aff; background-color: transparent; } + &:hover { color: #007aff; background: rgba(0, 0, 0, 0.05);