Skip to content

Commit a5b85d1

Browse files
committed
Regenerate GitHub CSS
Closes sindresorhus#49
1 parent 3d27201 commit a5b85d1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

github-markdown.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@
335335
.markdown-body pre {
336336
margin-top: 0;
337337
margin-bottom: 0;
338-
font: 12px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
338+
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
339+
font-size: 12px;
339340
}
340341

341342
.markdown-body .octicon {
@@ -591,6 +592,14 @@
591592
background-color: #fff;
592593
}
593594

595+
.markdown-body img[align=right] {
596+
padding-left: 20px;
597+
}
598+
599+
.markdown-body img[align=left] {
600+
padding-right: 20px;
601+
}
602+
594603
.markdown-body code {
595604
padding: 0;
596605
padding-top: 0.2em;

0 commit comments

Comments
 (0)