Commit b6a083e7 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #11327 from ZDroid/nestnail

Use nesting for thumbnail styles
parents 13b96677 3dc0ed35
......@@ -14,18 +14,17 @@
margin-left: auto;
margin-right: auto;
}
}
// Add a hover state for linked versions only
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
// Add a hover state for linked versions only
a&:hover,
a&:focus,
a&.active {
border-color: @link-color;
}
}
// Image captions
.thumbnail .caption {
// Image captions
.caption {
padding: @thumbnail-caption-padding;
color: @thumbnail-caption-color;
}
}
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