diff options
| author | Mark Otto <[email protected]> | 2013-03-30 16:07:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-30 16:07:50 -0700 |
| commit | 2a9604fdd297fee6661561d1ccf7922b4d599641 (patch) | |
| tree | b5051e854548de3795e615a6714af3c6a4408fe1 /docs/assets/css/docs.css | |
| parent | 731903a17597f9095f9c26d969da8e04f50568ed (diff) | |
| download | bootstrap-2a9604fdd297fee6661561d1ccf7922b4d599641.tar.xz bootstrap-2a9604fdd297fee6661561d1ccf7922b4d599641.zip | |
add list group component
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 181a3a734..e1fd6a2b4 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -311,6 +311,7 @@ section > ul li { .bs-docs-example > .jumbotron:last-child, .bs-docs-example > .alert:last-child, .bs-docs-example > .panel:last-child, +.bs-docs-example > .list-group:last-child, .bs-docs-example > .well:last-child { margin-bottom: 0; } @@ -339,6 +340,10 @@ section > ul li { margin: 0; } +/* List groups */ +.bs-docs-example > .list-group { + max-width: 400px; +} /* Navbar examples */ .bs-navbar-top-example, |
