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

Properly unstyle the .list-unstyled class by switching from margin to padding

Also add better comments
This commit is contained in:
Mark Otto
2013-06-17 13:49:22 -07:00
parent 84c0dc13ba
commit 4436e727ed
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -516,12 +516,12 @@ ol ul {
}
.list-unstyled {
margin-left: 0;
padding-left: 0;
list-style: none;
}
.list-inline {
margin-left: 0;
padding-left: 0;
list-style: none;
}