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"
},
"devDependencies": {
"babel-core": "6.4.0",
"babel-eslint": "5.0.0-beta6",
"babel-preset-es2015": "6.3.13",
"eslint": "1.10.3",
"babel-core": "6.8.0",
"babel-eslint": "6.0.4",
"babel-preset-es2015": "6.6.0",
"eslint": "2.9.0",
"ghu": "0.4.0"
},
"engines": {

View File

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

View File

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