Minor tweaks.

This commit is contained in:
Lars Jung 2016-05-05 23:51:47 +02:00
parent ed1ab4053c
commit e021862acf
3 changed files with 7 additions and 7 deletions

View file

@ -16,10 +16,10 @@
"build": "npm run -s ghu release" "build": "npm run -s ghu release"
}, },
"devDependencies": { "devDependencies": {
"babel-core": "6.4.0", "babel-core": "6.8.0",
"babel-eslint": "5.0.0-beta6", "babel-eslint": "6.0.4",
"babel-preset-es2015": "6.3.13", "babel-preset-es2015": "6.6.0",
"eslint": "1.10.3", "eslint": "2.9.0",
"ghu": "0.4.0" "ghu": "0.4.0"
}, },
"engines": { "engines": {

View file

@ -10,7 +10,7 @@
white-space: nowrap; white-space: nowrap;
max-width: 250px; max-width: 250px;
overflow-x: hidden; overflow-x: hidden;
font-weight: lighter; // font-weight: lighter;
a, a:active, a.visited { a, a:active, a.visited {
display: block; display: block;

View file

@ -5,7 +5,7 @@
order: 50; order: 50;
color: @col-text; color: @col-text;
text-align: center; text-align: center;
font-weight: lighter; // font-weight: lighter;
} }
code { code {
@ -67,7 +67,7 @@
#hint { #hint {
margin: 12px auto; margin: 12px auto;
width: 300px; width: 320px;
} }
#tests { #tests {