@@ -31,6 +31,14 @@ ul li + li {
31
31
margin-top : 0.2rem ;
32
32
}
33
33
34
+ ul + p {
35
+ margin-top : 0.93em ;
36
+ }
37
+
38
+ p + ul {
39
+ margin-top : 0.5em ;
40
+ }
41
+
34
42
p {
35
43
margin-top : 0.7rem ;
36
44
}
@@ -65,7 +73,7 @@ a[href]:hover { text-decoration:underline; }
65
73
*/
66
74
67
75
body , button {
68
- font : 400 17 px/1.37 'PT Sans' ,
76
+ font : 400 17 px/1.43 'PT Sans' ,
69
77
/* Fallback Font Stack */
70
78
-apple-system,
71
79
BlinkMacSystemFont,
@@ -137,25 +145,17 @@ pre, code, kbd, samp, .src {
137
145
.caption , h1 , h2 , h3 , h4 , h5 , h6 {
138
146
font-weight : bold;
139
147
color : # 5E5184 ;
140
- margin : 1.5 em 0 0.87 em 0 ;
148
+ margin : 1.33 em 0 0.7 em 0 ;
141
149
line-height : 1.05em ;
142
150
}
143
151
144
152
h1 {
145
- font-size : 2em ;
153
+ font-size : 2em ;
146
154
}
147
155
148
-
149
- # content > h1 , * + h1 , * + h2 , * + h3 , * + h4 , * + h5 , * + h6 {
150
- margin-top : 1.68em ;
151
- }
152
-
153
- p + ul {
154
- margin-top : 0.75em ;
155
- }
156
-
157
- ul + p {
158
- margin-top : 1.5em ;
156
+ # content h1 : first-of-type {
157
+ margin-top : 1.6em ;
158
+ margin-bottom : 0.75em ;
159
159
}
160
160
161
161
ul .links li {
@@ -226,6 +226,7 @@ pre + pre {
226
226
table-layout : fixed;
227
227
width : 100% ;
228
228
margin : 7px 0 ;
229
+ line-height : 1.2em ;
229
230
}
230
231
231
232
div # properties table .properties thead ,
@@ -236,9 +237,8 @@ div#properties table.properties th {
236
237
display : block;
237
238
}
238
239
239
- div # properties table .properties tr + tr {
240
- padding-top : 0.33rem ;
241
- clear : both;
240
+ div # properties table .properties td {
241
+ font-size : 1rem ;
242
242
}
243
243
244
244
div # properties table .properties tr {
@@ -290,7 +290,7 @@ table.properties td, table.properties th {
290
290
291
291
@media only screen and (min-width : 1920px ) {
292
292
# content {
293
- width : 55 vw ;
293
+ width : 60 vw ;
294
294
}
295
295
}
296
296
@@ -350,7 +350,7 @@ table.properties td, table.properties th {
350
350
div # properties {
351
351
float : right;
352
352
background : # fefefe ;
353
- width : 30 % ;
353
+ width : 40 % ;
354
354
margin-left : 2em ;
355
355
margin-bottom : 2em ;
356
356
}
@@ -891,11 +891,6 @@ p.tip {
891
891
border : 1px solid # d8d7ad ;
892
892
padding : 0.5em 1em ;
893
893
margin : 0.5em 0 1em 1em ;
894
- /*
895
- padding: 0.25em;
896
- margin: 0.8em 0;
897
- border-bottom: 0.25em solid white;
898
- */
899
894
}
900
895
901
896
.embedded-author-content img {
@@ -933,7 +928,7 @@ table.fancy th {
933
928
934
929
table .fancy td , table .properties td ,
935
930
table .fancy th , table .properties th {
936
- padding : 0.25 em 0.5 em ;
931
+ padding : 0.15 em 0.45 em ;
937
932
}
938
933
939
934
table .dataTable .compact .fancy tbody th ,
0 commit comments