File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
pep_sphinx_extensions/pep_theme/static Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 21
21
overflow-y : scroll;
22
22
-webkit-font-smoothing : antialiased;
23
23
margin : 0 ;
24
- line-height : 1.4 rem ;
24
+ line-height : 1.4 ;
25
25
font-weight : normal;
26
26
font-size : 1rem ;
27
27
font-family : "Source Sans Pro" , Arial, sans-serif;
@@ -41,7 +41,7 @@ p {margin: .5rem 0}
41
41
42
42
/* Header rules */
43
43
h1 {
44
- line-height : 2.3 rem ;
44
+ line-height : 2.3 ;
45
45
font-size : 2rem ;
46
46
font-weight : bold;
47
47
margin-top : 2rem ;
@@ -127,6 +127,9 @@ details > summary {
127
127
dl dt {
128
128
font-weight : bold;
129
129
}
130
+ dl dd {
131
+ margin-bottom : 0.5rem ;
132
+ }
130
133
131
134
/* Horizontal rule rule */
132
135
hr {
@@ -195,7 +198,7 @@ section#pep-page-section > header {
195
198
}
196
199
section # pep-page-section > header > h1 {
197
200
font-size : 1.1rem ;
198
- line-height : 1.4 rem ;
201
+ line-height : 1.4 ;
199
202
margin : 0 ;
200
203
display : inline-block;
201
204
padding-right : .6rem ;
You can’t perform that action at this time.
0 commit comments