Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
1a97cce1
Commit
1a97cce1
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
manual patch of #1449 to make thumbnails use grid vars
parent
4ed1b137
2 merge requests
!1882
[2.0.1-wip] black/dark button
,
!1894
[2.0.1 wip] -- fixing Issue #1893 - removing hardcoded color border from <hr/>
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
less/thumbnails.less
+2
-2
less/thumbnails.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
1a97cce1
No preview for this file type
This diff is collapsed.
Click to expand it.
less/thumbnails.less
+
2
-
2
View file @
1a97cce1
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
// ----------
// ----------
.thumbnails {
.thumbnails {
margin-left: -
20px
;
margin-left: -
@gridGutterWidth
;
list-style: none;
list-style: none;
.clearfix();
.clearfix();
}
}
.thumbnails > li {
.thumbnails > li {
float: left;
float: left;
margin: 0 0 @baseLineHeight
20px
;
margin: 0 0 @baseLineHeight
@gridGutterWidth
;
}
}
.thumbnail {
.thumbnail {
display: block;
display: block;
...
...
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
Menu
Explore
Projects
Groups
Snippets