1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00

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
This commit is contained in:
Mark Otto
2013-03-27 15:42:11 -07:00
parent 5b298a2aaf
commit f0f33eb9a3
2 changed files with 15 additions and 9 deletions

View File

@@ -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;