diff options
| author | Mark Otto <[email protected]> | 2015-12-07 23:31:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-07 23:31:02 -0800 |
| commit | 515ff1aacb6f4581f3fe4193040f6ce36a2967fa (patch) | |
| tree | d1907eb16a2371e409d4ec569889ee9308d9ff47 /docs | |
| parent | d3c87d32fad1ce71b78c1f7ec3ac5369c52f7072 (diff) | |
| download | bootstrap-515ff1aacb6f4581f3fe4193040f6ce36a2967fa.tar.xz bootstrap-515ff1aacb6f4581f3fe4193040f6ce36a2967fa.zip | |
rewrite list-inline to use margin and simpler styles
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/typography.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md index d8cd4b010..846852a95 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -205,7 +205,7 @@ Remove the default `list-style` and left margin on list items (immediate childre ### Inline -Place all list items on a single line with `display: inline-block;` and some light padding. +Place all list items on a single line with `display: inline-block;` and some basic margin between. {% example html %} <ul class="list-inline"> |
