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
2cc75671
Commit
2cc75671
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#19690
: Mention classes better for .list-inline and .list-inline-item
parent
62c07b67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/content/typography.md
+1
-1
docs/content/typography.md
with
1 addition
and
1 deletion
+1
-1
docs/content/typography.md
+
1
-
1
View file @
2cc75671
...
@@ -211,7 +211,7 @@ Remove the default `list-style` and left margin on list items (immediate childre
...
@@ -211,7 +211,7 @@ Remove the default `list-style` and left margin on list items (immediate childre
### Inline
### Inline
Plac
e a
ll
list
items on a single l
in
e
with
`display: inline-block;`
and some basic margin between
.
Remov
e a list
's bullets and apply some light
`marg
in
`
with
a combination of two classes,
`.list-inline`
and
`.list-inline-item`
.
{% example html %}
{% example html %}
<ul
class=
"list-inline"
>
<ul
class=
"list-inline"
>
...
...
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