2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Adding .inline for ul and ol

This commit is contained in:
Andreas Cederström
2012-10-26 09:47:55 +02:00
parent c33169a6ba
commit 233e050adf
4 changed files with 104 additions and 28 deletions
+15
View File
@@ -117,6 +117,21 @@ ol.unstyled {
margin-left: 0;
list-style: none;
}
ul.inline,
ol.inline {
.clearfix();
}
ul.inline > li,
ol.inline > li {
float: left;
margin-right: 14px;
margin-left: 12px;
}
// Reset left padding for unstyled
ul.unstyled.inline > li,
ol.unstyled.inline > li {
padding-left: 0;
}
// Description Lists
dl {