Merge pull request #40 from cosmocode/media-revisions-missing-checkboxes

#39: Bugfix for missing checkbox in media revisions
This commit is contained in:
Andreas Gohr 2019-04-17 16:30:13 +02:00 committed by GitHub
commit 29ffe88b7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */