Skip to content

Commit 18e9c2f

Browse files
author
Gregory Cox
committed
Add upper margin to chapter list to restore the spacing from the removed <p> tag
1 parent c668b9a commit 18e9c2f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/assets/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ pre.code {
127127
padding-left:25px;
128128
margin:0px;
129129
color:#408156 ;
130+
margin-top:25px;
130131
margin-bottom:25px;
131132
}
132133
.chapters > li {

docs/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ pre.code {
127127
padding-left:25px;
128128
margin:0px;
129129
color:#408156 ;
130+
margin-top:25px;
130131
margin-bottom:25px;
131132
}
132133
.chapters > li {

0 commit comments

Comments
 (0)