added in icons for header and explanation markdown elements

This commit is contained in:
Brian Talbot
2013-01-13 12:15:29 -05:00
parent 1bf2cdd528
commit 04e9447367
3 changed files with 12 additions and 2 deletions

View File

@@ -131,6 +131,11 @@
background: url(../img/problem-editor-icons.png) no-repeat;
}
.problem-editor-icon.header {
width: 18px;
background-position: -265px 0;
}
.problem-editor-icon.multiple-choice {
background-position: 0 0;
}
@@ -154,4 +159,9 @@
background-position: -220px 0;
}
.problem-editor-icon.explanation {
width: 17px;
background-position: -307px 0;
}