We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efc93d commit 2ab9338Copy full SHA for 2ab9338
static/content.less
@@ -53,6 +53,7 @@ article {
53
pre code {
54
background: none;
55
display: block;
56
+ margin: @gutter;
57
word-wrap: break-word;
58
font-size: 15px;
59
line-height: 20px;
static/mixins.less
@@ -30,6 +30,7 @@
30
box-shadow: @horizontal @vertical @blur @color;
31
}
32
.code {
33
+ .border-radius;
34
background: @border-color;
35
font-size: .9em;
36
color: @code-color;
0 commit comments