Skip to content

Commit 48617f6

Browse files
committed
making demos look nicer
1 parent 2b7bc31 commit 48617f6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

static/demo.less

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
4949
font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
5050
font-size: 14px;
5151
border: 1px solid @dark-border-color;
52-
padding: @gutter;
52+
padding: 5px 0px;
53+
>code {
54+
box-shadow: none;
55+
}
5356
}
5457
}
55-
}
58+
}

0 commit comments

Comments
 (0)