Fix margin in pre code

This commit is contained in:
panr 2018-08-21 13:28:58 +02:00
parent 9b99d7db73
commit 1e0f22f6ea
5 changed files with 10260 additions and 4 deletions

10251
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -45,5 +45,8 @@
"url-loader": "^1.0.1",
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"yarn": "^1.9.4"
}
}

View File

@ -109,6 +109,7 @@ pre {
code {
background: none !important;
color: #ccc;
margin: 0;
padding: 0;
font-size: inherit;
}
@ -189,6 +190,3 @@ hr {
.hidden {
display: none;
}

File diff suppressed because one or more lines are too long

View File

@ -5676,3 +5676,7 @@ yargs@^12.0.1:
which-module "^2.0.0"
y18n "^3.2.1 || ^4.0.0"
yargs-parser "^10.1.0"
yarn@^1.9.4:
version "1.9.4"
resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.9.4.tgz#3b82d8446b652775723900b470d966861976924b"