File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -2963,13 +2963,25 @@ p.quote-by-organization {
2963
2963
div .note {
2964
2964
background-color : # eee ;
2965
2965
border : 1px solid # cccccc ;
2966
- padding : 0.3125em 0.625em ; }
2966
+ padding : 0.3125em 0.625em ;
2967
+ margin-bottom : 1.5625em ; }
2967
2968
div .note > p {
2968
2969
margin-bottom : 0 ; }
2969
2970
2970
2971
p .admonition-title {
2971
2972
font-weight : bold; }
2972
2973
2974
+ p .admonition-title : after {
2975
+ content : ":" ; }
2976
+
2977
+ div .warning {
2978
+ background-color : # ffe4e4 ;
2979
+ border : 1px solid # ff6666 ;
2980
+ padding : 0.3125em 0.625em ;
2981
+ margin-bottom : 1.5625em ; }
2982
+ div .warning > p {
2983
+ margin-bottom : 0 ; }
2984
+
2973
2985
div .sidebar {
2974
2986
margin : 0 0 0.5em 1em ;
2975
2987
border : 1px solid # ddddbb ;
Original file line number Diff line number Diff line change @@ -2175,6 +2175,7 @@ div.note {
2175
2175
background-color : #eee ;
2176
2176
border : 1px solid #ccc ;
2177
2177
padding : px2em ( 5px ) px2em ( 10px );
2178
+ margin-bottom : px2em ( 25px );
2178
2179
> p {
2179
2180
margin-bottom : 0 ;
2180
2181
}
@@ -2184,6 +2185,20 @@ p.admonition-title {
2184
2185
font-weight : bold ;
2185
2186
}
2186
2187
2188
+ p .admonition-title :after {
2189
+ content : " :" ;
2190
+ }
2191
+
2192
+ div .warning {
2193
+ background-color : #ffe4e4 ;
2194
+ border : 1px solid #f66 ;
2195
+ padding : px2em ( 5px ) px2em ( 10px );
2196
+ margin-bottom : px2em ( 25px );
2197
+ > p {
2198
+ margin-bottom : 0 ;
2199
+ }
2200
+ }
2201
+
2187
2202
div .sidebar {
2188
2203
margin : 0 0 0.5em 1em ;
2189
2204
border : 1px solid #ddb ;
You can’t perform that action at this time.
0 commit comments