Commit cc6951fa authored by Mark Otto's avatar Mark Otto

Merge pull request #10662 from kevinlisota/thumbnail-images

add responsive CSS to hyperlinked images when thumbnail caption markup used
parents b636756e cde1b9a1
......@@ -14,7 +14,8 @@
border-radius: @thumbnail-border-radius;
.transition(all .2s ease-in-out);
> img {
> img,
a > img {
.img-responsive();
margin-left: auto;
margin-right: auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment