Merge branch 'MDL-56147-master' of git://github.com/FMCorz/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2016-10-11 12:49:56 +02:00
commit 1e1dbc669f

View file

@ -397,6 +397,7 @@ $calendarEventUserColor: #dce7ec; // Pale blue.
ul { ul {
list-style: none; list-style: none;
margin: 0; margin: 0;
padding: 0;
} }
li { li {
@ -405,6 +406,7 @@ $calendarEventUserColor: #dce7ec; // Pale blue.
span { span {
img { img {
padding: 0 0.2em; padding: 0 0.2em;
margin: 0;
} }
} }
} }