mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #5440 from ostezer/docs-improve-code-block-rendering
Docs/CSS: Amend code block rendering.
This commit is contained in:
commit
34a3d41d17
1 changed files with 3 additions and 3 deletions
6
docs/theme/mkdocs/css/base.css
vendored
6
docs/theme/mkdocs/css/base.css
vendored
|
@ -55,10 +55,10 @@ h6,
|
|||
margin-bottom: 1.2em;
|
||||
}
|
||||
#content pre {
|
||||
margin: 2em 0em;
|
||||
padding: 1em 2em !important;
|
||||
margin: 1em 0em;
|
||||
padding: 0.5em 0.75em !important;
|
||||
line-height: 1.8em;
|
||||
font-size: 1em;
|
||||
background: #fff;
|
||||
}
|
||||
#content blockquote {
|
||||
background: #fff;
|
||||
|
|
Loading…
Add table
Reference in a new issue