#39: Bugfix for missing checkbox in media revisions

This commit is contained in:
Jana Deutschländer 2019-04-17 16:26:19 +02:00
commit 0b9678aaf3

View file

@ -17,6 +17,12 @@
ul.tabs li a {
border-bottom-color: transparent;
}
#page__revisions {
> .no > ul > li input[type="checkbox"] {
margin-left: 0;
}
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */