File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 67
67
}
68
68
69
69
70
- .markdown-section img {
70
+ .markdown-section img : not (. plain ) {
71
71
border : 1px solid # ddd ;
72
72
border-radius : 4px ;
73
73
box-shadow : 0 3px 6px 0 rgba (0 , 0 , 0 , 0.25 );
79
79
background-color : white;
80
80
}
81
81
82
- .markdown-section a img {
82
+ .markdown-section a img : not (. plain ) {
83
83
border : none !important ;
84
84
box-shadow : none !important ;
85
85
width : 100% !important ;
86
86
margin : 0 !important ;
87
87
padding : 2.5%
88
88
}
89
89
90
+ .markdown-section img .plain + figcaption {
91
+ display : none;
92
+ }
93
+
94
+ .markdown-section figure img .plain {
95
+ margin : -1.5em 0px !important ;
96
+ padding : 2.5% 0 ;
97
+ }
98
+
90
99
.markdown-section .glossary-term {
91
100
color : # 527c23 ;
92
101
padding : 2px 4px ;
@@ -270,4 +279,4 @@ a:hover .evidon-consent-link-text {
270
279
.page-inner {
271
280
margin : 0 auto;
272
281
}
273
- }
282
+ }
You can’t perform that action at this time.
0 commit comments