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
22d1506d
Commit
22d1506d
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove margin on .inline lists
parent
28da3121
5 merge requests
!6060
Waits to tigger the hidden event
,
!6055
Typeahead complex source
,
!6061
Sorry, close this. I pulled to the wrong branch!
,
!5972
Dropdowfocus
,
!5974
Dropdownchanges
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-0
docs/assets/css/bootstrap.css
less/type.less
+1
-0
less/type.less
with
2 additions
and
0 deletions
+2
-0
docs/assets/css/bootstrap.css
+
1
-
0
View file @
22d1506d
...
...
@@ -816,6 +816,7 @@ ol.unstyled {
ul
.inline
,
ol
.inline
{
margin-left
:
0
;
list-style
:
none
;
}
...
...
This diff is collapsed.
Click to expand it.
less/type.less
+
1
-
0
View file @
22d1506d
...
...
@@ -117,6 +117,7 @@ ol.unstyled {
// Single-line list items
ul.inline,
ol.inline {
margin-left: 0;
list-style: none;
& > li {
display: inline-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