mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 06:25:18 -04:00
Minor tweaks.
This commit is contained in:
parent
ed1ab4053c
commit
e021862acf
3 changed files with 7 additions and 7 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue