Display markdown images inline

This commit is contained in:
Steffen van Bergerem 2016-08-14 08:18:48 +02:00
parent 3dd2f2159c
commit 9f8482174b
No known key found for this signature in database
GPG key ID: 2F08F75F9525C7E0

View file

@ -14,4 +14,8 @@
margin-top: 0;
}
}
.img-responsive {
display: inline;
}
}