Commit cde1b9a1 authored by Kevin Lisota's avatar Kevin Lisota

add responsive CSS to hyperlinked images when thumbnail caption markup is used

When thumbnail caption markup is used in combination with a hyperlinked image, the image is not responsive. (non-hyperlinked images are fine, like the example in the docs) Adding a selector to apply responsiveness to hyperlinked images when thumbnail captions are used.
parent 559fcbfb
......@@ -9,7 +9,8 @@
display: block; // Override the inline-block from `.img-thumbnail`
margin-bottom: @line-height-computed;
> img {
> img,
a > img {
.img-responsive();
}
}
......
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