diff options
| author | Mark Otto <[email protected]> | 2015-12-07 23:31:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-07 23:31:06 -0800 |
| commit | 7303977c520342b0f557e09c798f6c302e287cf3 (patch) | |
| tree | 5c8922a1f12578e124e92252dca3afbe3c06d460 /dist/css/bootstrap.css | |
| parent | 515ff1aacb6f4581f3fe4193040f6ce36a2967fa (diff) | |
| download | bootstrap-7303977c520342b0f557e09c798f6c302e287cf3.tar.xz bootstrap-7303977c520342b0f557e09c798f6c302e287cf3.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 66a3378ca..2f2d3e2bc 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -609,14 +609,15 @@ mark, .list-inline { padding-left: 0; - margin-left: -5px; list-style: none; } -.list-inline > li { +.list-inline-item { display: inline-block; - padding-right: 5px; - padding-left: 5px; +} + +.list-inline-item:not(:last-child) { + margin-right: 5px; } .dl-horizontal { |
