Skip to content

Commit

Permalink
MDL-45679 mod_lesson: do not overqualify styles
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Dec 9, 2014
1 parent e732d0d commit 673d380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mod/lesson/styles.css
Expand Up @@ -84,14 +84,14 @@
text-align: center;
}

.path-mod-lesson a:link.essayungraded{
.path-mod-lesson .essayungraded {
background-color: #efcfcf;
}

.path-mod-lesson a:link.essaygraded {
.path-mod-lesson .essaygraded {
background-color: #efefcf;
}

.path-mod-lesson a:link.essaysent {
.path-mod-lesson .essaysent {
background-color: #cfefcf;
}

0 comments on commit 673d380

Please sign in to comment.