2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

add list group component

This commit is contained in:
Mark Otto
2013-03-30 16:07:50 -07:00
parent 731903a175
commit 2a9604fdd2
8 changed files with 424 additions and 0 deletions
+5
View File
@@ -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,