Allow multiple images to be uploaded via the media endpoint

This commit is contained in:
Jonny Barnes 2017-03-19 15:19:12 +00:00
parent 8a79204a20
commit 191c0870c0
7 changed files with 78 additions and 72 deletions

View file

@ -38,6 +38,10 @@
margin-right: 0.4rem;
}
.mp-media li {
list-style-type: none;
}
.mp-media img {
height: 4em;
width: 4em;