diff options
| author | Mark Otto <[email protected]> | 2013-03-27 15:42:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-27 15:42:11 -0700 |
| commit | f0f33eb9a3a25ae2f0032f630ff84c58cb0ca431 (patch) | |
| tree | 7b65cd5896a8cef3130dc34330c6bd223fa00781 /docs | |
| parent | 5b298a2aaf5286564b1dc614bb439eb19edf2c25 (diff) | |
| download | bootstrap-f0f33eb9a3a25ae2f0032f630ff84c58cb0ca431.tar.xz bootstrap-f0f33eb9a3a25ae2f0032f630ff84c58cb0ca431.zip | |
Refactor .list-inline and .list-unstyled
* Instead of shared and separate CSS, isolate by class for easier mixin-ability
* .list-unstyled is now used as a mixin in .list-inline
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 5632d3aad..50d207001 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -546,7 +546,11 @@ li { line-height: 20px; } -.list-unstyled, +.list-unstyled { + margin-left: 0; + list-style: none; +} + .list-inline { margin-left: 0; list-style: none; |
