Skip to content

Commit fafd70e

Browse files
committed
added styles for dl, dt, dd
1 parent 2e2224a commit fafd70e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/assets/css/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,16 @@
100100

101101
h4
102102
{ font-size: 14px; }
103+
104+
dt
105+
{ font-weight: bold;
106+
margin-top: 15px; }
103107

104-
p, ul, ol
108+
p, ul, ol, dl
105109
{ line-height: 18px;
106110
margin: 0 0 15px 0; }
107111

108-
ul li, ol li
112+
ul li, ol li, dl dd
109113
{ padding: 0 0 0 5px;
110114
margin: 0 0 0 20px; }
111115

0 commit comments

Comments
 (0)