Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
b6a083e7
Commit
b6a083e7
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #11327 from ZDroid/nestnail
Use nesting for thumbnail styles
parents
13b96677
3dc0ed35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/thumbnails.less
+11
-12
less/thumbnails.less
with
11 additions
and
12 deletions
+11
-12
less/thumbnails.less
+
11
-
12
View file @
b6a083e7
...
@@ -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;
}
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment