mark styling added

This commit is contained in:
Tom Giannattasio
2012-09-05 10:19:24 -04:00
parent c4495e4d8f
commit 925caac649
2 changed files with 7 additions and 9 deletions

View File

@@ -492,15 +492,6 @@ body.discussion {
mark {
background-color: #38a8e5;
}
section.user-profile {
@extend .sidebar;
display: table-cell;

View File

@@ -143,6 +143,13 @@ span.edx {
background: url(../images/spinner.gif) no-repeat;
}
mark {
padding: 0 3px;
border-radius: 2px;
background-color: #f7e9a8;
color: #333;
}