Docs/CSS: Amend code block rendering.
| ... | ... |
@@ -55,10 +55,10 @@ h6, |
| 55 | 55 |
margin-bottom: 1.2em; |
| 56 | 56 |
} |
| 57 | 57 |
#content pre {
|
| 58 |
- margin: 2em 0em; |
|
| 59 |
- padding: 1em 2em !important; |
|
| 58 |
+ margin: 1em 0em; |
|
| 59 |
+ padding: 0.5em 0.75em !important; |
|
| 60 | 60 |
line-height: 1.8em; |
| 61 |
- font-size: 1em; |
|
| 61 |
+ background: #fff; |
|
| 62 | 62 |
} |
| 63 | 63 |
#content blockquote {
|
| 64 | 64 |
background: #fff; |