Skip to content

Commit 2ab9338

Browse files
committed
fixes styles so margin is included around code examples
1 parent 3efc93d commit 2ab9338

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

static/content.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ article {
5353
pre code {
5454
background: none;
5555
display: block;
56+
margin: @gutter;
5657
word-wrap: break-word;
5758
font-size: 15px;
5859
line-height: 20px;

static/mixins.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
box-shadow: @horizontal @vertical @blur @color;
3131
}
3232
.code {
33+
.border-radius;
3334
background: @border-color;
3435
font-size: .9em;
3536
color: @code-color;

0 commit comments

Comments
 (0)