Skip to content

Commit 284137a

Browse files
committed
Add extra spacing to code blocks
1 parent 64dd1af commit 284137a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/cbmc_style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ h3 {
2525
margin: 0.3em 0;
2626
}
2727

28+
pre.fragment, div.fragment {
29+
padding: 5px;
30+
margin-left: 10px;
31+
}
32+
2833

2934
a {
3035
color: #CA7900;

0 commit comments

Comments
 (0)