adding question image and section

This commit is contained in:
Leslie H. Watter 2015-03-13 16:23:57 -03:00
parent 621243531e
commit fb6a8d6c7f
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