diff options
| author | Mark Otto <[email protected]> | 2014-02-08 17:30:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-08 17:30:40 -0800 |
| commit | 769339ed18afbaf24121e1b4e5a12d0b6f1d1828 (patch) | |
| tree | 56d2ad691a3380b093d4800b4fbe92f81a25606d /dist/css/bootstrap.css | |
| parent | 41841c99c4a5ddace09eff6af25aae605f2eeea1 (diff) | |
| download | bootstrap-769339ed18afbaf24121e1b4e5a12d0b6f1d1828.tar.xz bootstrap-769339ed18afbaf24121e1b4e5a12d0b6f1d1828.zip | |
grunt dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 10ec8badb..fff1eda76 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -584,6 +584,7 @@ ol ol { } .list-inline { padding-left: 0; + margin-left: -5px; list-style: none; } .list-inline > li { @@ -591,9 +592,6 @@ ol ol { padding-right: 5px; padding-left: 5px; } -.list-inline > li:first-child { - padding-left: 0; -} dl { margin-top: 0; margin-bottom: 20px; |
