UPDATED padding on page header (h2).

UPDATED logging parameters to remove redunant info.
UPDATED to v0.2.1.
This commit is contained in:
Eric Woodward 2018-01-27 09:36:53 -05:00
parent 4e8cf1bf95
commit 5ca57a3189
3 changed files with 3 additions and 2 deletions

2
app.js
View File

@ -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());

View File

@ -1,6 +1,6 @@
{
"name": "@mysticbits/codex-mythica",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"start": "nodejs ./bin/www"

View File

@ -127,6 +127,7 @@ h1 {
}
h2 {
padding-top: 1em;
text-align: center;
}