mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
fixed css syntax errors
This commit is contained in:
parent
0a9d1b3b13
commit
b6aad59910
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -330,7 +330,7 @@
|
|||
|
||||
.path-mod-workshop .grading-report del {
|
||||
color: red;
|
||||
font-size: 90%
|
||||
font-size: 90%;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue