This commit is contained in:
Leslie H Watter 2017-03-29 16:23:04 +00:00 committed by GitHub
commit 312d3303a6
2 changed files with 12 additions and 0 deletions

View File

@ -410,6 +410,18 @@ img {
margin: 10px 0px;
}
.question {
border: 1px solid;
background: url('../images/question.png') no-repeat 10px 10px #dba1ff;
color: #9C00FF;
padding: 4px 10px 4px 52px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin: 10px 0px;
}
.warning {
border: 1px solid;
background: url('../images/warning.png') no-repeat 10px 10px #FFBABA;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB