Merge branch 'MDL-64143-master' of https://github.com/ryanwyllie/moodle

This commit is contained in:
Sara Arjona 2019-01-30 09:22:23 +01:00
commit f0919712ba
4 changed files with 9 additions and 2 deletions

View file

@ -647,3 +647,7 @@
display: none;
}
}
.font-weight-bold {
font-weight: 700 !important;
}

View file

@ -22394,3 +22394,6 @@ ul.indented-list {
.dir-ltr .dir-ltr-hide {
display: none;
}
.font-weight-bold {
font-weight: 700 !important;
}