diff options
| author | Mark Otto <[email protected]> | 2012-11-04 12:37:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-04 12:37:44 -0800 |
| commit | 269be76f4a5d8d6098bbd068b506e6bf72f23e00 (patch) | |
| tree | 6e2f2a4d6305ee487fb0208112f3de0386c9506e /docs/assets | |
| parent | 83a3789b5e8ccedc16db3a284c764067e6b25c25 (diff) | |
| parent | 28da31218fc5dc39ece625705c37b8c86d494801 (diff) | |
| download | bootstrap-269be76f4a5d8d6098bbd068b506e6bf72f23e00.tar.xz bootstrap-269be76f4a5d8d6098bbd068b506e6bf72f23e00.zip | |
Merge branch '2.2.2-wip' into exploratory
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index e3460137e..fa5d69331 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -550,6 +550,18 @@ ol.unstyled { list-style: none; } +ul.inline, +ol.inline { + list-style: none; +} + +ul.inline > li, +ol.inline > li { + display: inline-block; + padding-right: 5px; + padding-left: 5px; +} + dl { margin-bottom: 20px; } |
