File tree Expand file tree Collapse file tree 2 files changed +22
-14
lines changed Expand file tree Collapse file tree 2 files changed +22
-14
lines changed Original file line number Diff line number Diff line change @@ -186,20 +186,6 @@ section {
186
186
display : block
187
187
}
188
188
189
- .figure-bitmap {
190
- border : solid 2px # 42932D ;
191
- margin-bottom : 10px ;
192
- display : inline-block;
193
- max-width : 100% ;
194
- }
195
-
196
- .figure-svg {
197
- border : solid 2px # 42932D ;
198
- margin-bottom : 10px ;
199
- display : block;
200
- min-width : 100% ;
201
- }
202
-
203
189
caption ,
204
190
td {
205
191
font-weight : 300
Original file line number Diff line number Diff line change @@ -1540,3 +1540,25 @@ li.nav-item a.nav-link {
1540
1540
border-top : 1px solid # 429345 ;
1541
1541
margin-bottom : 10px ;
1542
1542
}
1543
+
1544
+ .figure-bitmap {
1545
+ border : solid 2px # 42932D ;
1546
+ margin-bottom : 10px ;
1547
+ display : inline-block;
1548
+ max-width : 100% ;
1549
+ }
1550
+
1551
+ .figure-svg {
1552
+ border : solid 2px # 42932D ;
1553
+ margin-bottom : 10px ;
1554
+ display : block;
1555
+ min-width : 100% ;
1556
+ }
1557
+
1558
+ .md__image {
1559
+ border : solid 2px # 42932D ;
1560
+ margin-bottom : 10px ;
1561
+ display : inline-block;
1562
+ max-width : 100% ;
1563
+ min-width : 100% ;
1564
+ }
You can’t perform that action at this time.
0 commit comments