Commit 3587991b authored by Tim Graham's avatar Tim Graham
Browse files

Fixed #19317 - Added an image for warning blocks in the docs

Thanks tome for the suggestion and patch.
parent 3fb83729
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ dt .literal, table .literal { background:none; }
.note, .admonition { padding-left:65px; background:url(docicons-note.png) .8em .8em no-repeat;}
div.admonition-philosophy { padding-left:65px; background:url(docicons-philosophy.png) .8em .8em no-repeat;}
div.admonition-behind-the-scenes { padding-left:65px; background:url(docicons-behindscenes.png) .8em .8em no-repeat;}
.admonition.warning { background:url(docicons-warning.png) .8em .8em no-repeat; border:1px solid #ffc83c;}

/*** versoinadded/changes ***/
div.versionadded, div.versionchanged {  }
+782 B
Loading image diff...