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

Merge branch '2.2.2-wip' into exploratory

This commit is contained in:
Mark Otto
2012-11-04 12:37:44 -08:00
4 changed files with 57 additions and 2 deletions
+12
View File
@@ -550,6 +550,18 @@ ol.unstyled {
list-style: none;
}
ul.inline,
ol.inline {
list-style: none;
}
ul.inline > li,
ol.inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-bottom: 20px;
}