diff --git a/app.js b/app.js index ac56aff..b8e3a1f 100644 --- a/app.js +++ b/app.js @@ -36,7 +36,7 @@ app.set('views', path.join(__dirname, 'views')); app.set('view engine', 'ejs'); app.use(favicon()); -app.use(logger(':req[x-real-ip] :req[x-forwarded-for] - [:date[clf]] ":method :url HTTP/:http-version" :status :res[content-length]')); +app.use(logger(':req[x-forwarded-for] - [:date[clf]] ":method :url HTTP/:http-version" :status :res[content-length]')); app.use(bodyParser.json()); app.use(bodyParser.urlencoded()); app.use(cookieParser()); diff --git a/package.json b/package.json index b8b6ed2..7f3c3f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mysticbits/codex-mythica", - "version": "0.2.0", + "version": "0.2.1", "private": true, "scripts": { "start": "nodejs ./bin/www" diff --git a/public/styles/styles.css b/public/styles/styles.css index 82f34b5..ac56810 100644 --- a/public/styles/styles.css +++ b/public/styles/styles.css @@ -127,6 +127,7 @@ h1 { } h2 { + padding-top: 1em; text-align: center; }