Skip to content

Commit 69582b5

Browse files
committed
Use margins instead of line-height for li spacing
1 parent 4391105 commit 69582b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/css/documentation.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ a .mega-octicon {
991991
}
992992

993993
.content li {
994-
line-height: 1.7em;
994+
margin: 0.5em 0;
995995
}
996996

997997
.content img {
@@ -1088,6 +1088,7 @@ p code {
10881088
#markdown-toc li {
10891089
font-size: 14px;
10901090
list-style-type: lower-roman;
1091+
margin: 0.25em 0;
10911092
}
10921093

10931094
#markdown-toc li a {

0 commit comments

Comments
 (0)