diff --git a/clientapp/templates.js b/clientapp/templates.js index c3c4f20..10360ee 100644 --- a/clientapp/templates.js +++ b/clientapp/templates.js @@ -13,7 +13,7 @@ exports.pages = {}; exports.body = function anonymous(locals) { var buf = []; with (locals || {}) { - buf.push('

'); + buf.push('

'); } return buf.join(""); }; @@ -99,7 +99,7 @@ exports.pages.chat = function anonymous(locals) { exports.pages.main = function anonymous(locals) { var buf = []; with (locals || {}) { - buf.push('

Notifications

'); + buf.push('

Notifications

'); } return buf.join(""); }; diff --git a/clientapp/templates/body.jade b/clientapp/templates/body.jade index ba2a65e..f4b37cf 100644 --- a/clientapp/templates/body.jade +++ b/clientapp/templates/body.jade @@ -11,7 +11,7 @@ body li a(href="/logout") Logout li - a(href="/") Home + a(href="/") Settings nav#contactList section#pages footer diff --git a/public/style.css b/public/style.css index 205a08c..e293d36 100644 --- a/public/style.css +++ b/public/style.css @@ -34,7 +34,7 @@ html, body { nav.main { background-color: #1C232D; - width: 176px; + width: 156px; border-right: 1px solid black; padding: 5px; margin: 0px; @@ -58,7 +58,7 @@ nav.main a { border-radius: 3px; border: none; height: 20px; - padding: 0 1em; + padding: 0 5px; color: white; background-color: #333; line-height: 20px; @@ -71,7 +71,7 @@ nav.main a { #contactList { top: 0px; bottom: 40px; - width: 175px; + width: 155px; background-color: #1C232D; position: fixed; overflow-y: auto;