diff options
| author | Willy Aguirre <marti1125@gmail.com> | 2015-09-28 12:11:18 -0500 |
|---|---|---|
| committer | Willy Aguirre <marti1125@gmail.com> | 2015-09-28 12:11:18 -0500 |
| commit | 7f9c4aaa09b278f054a655f65f436b94fa71422b (patch) | |
| tree | bda11b18cc03c0543a2e6ccb03faa1475214f8da /src/rustbook/static/rustbook.css | |
| parent | e1acf87fe0fe3b64be0750dc7d1244558a626a91 (diff) | |
| download | rust-7f9c4aaa09b278f054a655f65f436b94fa71422b.tar.gz rust-7f9c4aaa09b278f054a655f65f436b94fa71422b.zip | |
fixes #17017 (update padding:11px line 142 of rustbook.css)
Diffstat (limited to 'src/rustbook/static/rustbook.css')
| -rw-r--r-- | src/rustbook/static/rustbook.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustbook/static/rustbook.css b/src/rustbook/static/rustbook.css index 3755338f427..ba0151fa2ed 100644 --- a/src/rustbook/static/rustbook.css +++ b/src/rustbook/static/rustbook.css @@ -139,7 +139,7 @@ h1, h2, h3, h4, h5, h6 { } pre { - padding: 16px; + padding: 11px; overflow: auto; font-size: 85%; line-height: 1.45; |
