fixed css syntax errors

This commit is contained in:
Petr Skoda 2010-09-18 13:57:24 +00:00
parent 0a9d1b3b13
commit b6aad59910
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@
.path-mod-workshop .mform.frozen .fitem.description.rubric + .fitem .fitemtitle + .felement,
.path-mod-workshop .assessmentform.rubric.list .fitem .felement {
width: auto%;
width: auto;
border: none;
}

View file

@ -330,7 +330,7 @@
.path-mod-workshop .grading-report del {
color: red;
font-size: 90%
font-size: 90%;
text-decoration: line-through;
}