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
41841c99
Commit
41841c99
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch 'master' of github.com:twbs/bootstrap
parents
44bb7b20
2365717a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/type.less
+1
-4
less/type.less
with
1 addition
and
4 deletions
+1
-4
less/type.less
+
1
-
4
View file @
41841c99
...
@@ -165,15 +165,12 @@ ol {
...
@@ -165,15 +165,12 @@ ol {
// Inline turns list items into inline-block
// Inline turns list items into inline-block
.list-inline {
.list-inline {
.list-unstyled();
.list-unstyled();
margin-left: -5px;
> li {
> li {
display: inline-block;
display: inline-block;
padding-left: 5px;
padding-left: 5px;
padding-right: 5px;
padding-right: 5px;
&:first-child {
padding-left: 0;
}
}
}
}
}
...
...
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