Merge pull request #5721 from acemod/fix-code-css

Fix double border arounds code blocks
This commit is contained in:
Jo David 2017-11-02 19:38:21 +01:00 committed by GitHub
commit 1b3052584e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4476 additions and 8 deletions

File diff suppressed because one or more lines are too long

12
docs/js/footer.min.js vendored

File diff suppressed because one or more lines are too long

3
docs/package-lock.json generated Normal file
View File

@ -0,0 +1,3 @@
{
"lockfileVersion": 1
}

4465
docs/src/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ code {
-webkit-overflow-scrolling: touch;
}
.highlight {
pre.highlight {
border: solid 1px #ddd;
background: #fff;
padding: 1em;