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
0819cfc4
Commit
0819cfc4
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
addressing #9189 manually, part 7: thumbnails vars
parent
bf490007
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/thumbnails.less
+2
-2
less/thumbnails.less
less/variables.less
+4
-1
less/variables.less
with
6 additions
and
3 deletions
+6
-3
less/thumbnails.less
+
2
-
2
View file @
0819cfc4
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
// Can be `a`, `div`, or `img`
// Can be `a`, `div`, or `img`
.thumbnail,
.thumbnail,
.img-thumbnail {
.img-thumbnail {
padding:
4px
;
padding:
@thumbnail-padding
;
line-height: @line-height-base;
line-height: @line-height-base;
background-color: @thumbnail-bg;
background-color: @thumbnail-bg;
border: 1px solid @thumbnail-border;
border: 1px solid @thumbnail-border;
...
@@ -37,6 +37,6 @@ a.thumbnail:focus {
...
@@ -37,6 +37,6 @@ a.thumbnail:focus {
margin-right: auto;
margin-right: auto;
}
}
.thumbnail .caption {
.thumbnail .caption {
padding:
9px
;
padding:
@thumbnail-caption-padding
;
color: @thumbnail-caption-color;
color: @thumbnail-caption-color;
}
}
This diff is collapsed.
Click to expand it.
less/variables.less
+
4
-
1
View file @
0819cfc4
...
@@ -499,11 +499,14 @@
...
@@ -499,11 +499,14 @@
// Thumbnails
// Thumbnails
// -------------------------
// -------------------------
@thumbnail-
caption-color: @text-color
;
@thumbnail-
padding: 4px
;
@thumbnail-bg: @body-bg;
@thumbnail-bg: @body-bg;
@thumbnail-border: #ddd;
@thumbnail-border: #ddd;
@thumbnail-border-radius: @border-radius-base;
@thumbnail-border-radius: @border-radius-base;
@thumbnail-caption-color: @text-color;
@thumbnail-caption-padding: 9px;
// Wells
// Wells
// -------------------------
// -------------------------
...
...
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