Commit b6a083e7 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #11327 from ZDroid/nestnail

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