aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-04 12:39:27 -0800
committerMark Otto <[email protected]>2012-11-04 12:39:27 -0800
commit22d1506d2325f432dfd35c8380b06f19b8f74441 (patch)
treedb71fa69019780c79a0bd164ea249468066ec725
parent28da31218fc5dc39ece625705c37b8c86d494801 (diff)
downloadbootstrap-22d1506d2325f432dfd35c8380b06f19b8f74441.tar.xz
bootstrap-22d1506d2325f432dfd35c8380b06f19b8f74441.zip
remove margin on .inline lists
-rw-r--r--docs/assets/css/bootstrap.css1
-rw-r--r--less/type.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index b2675f640..a5a1ca4a3 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -816,6 +816,7 @@ ol.unstyled {
ul.inline,
ol.inline {
+ margin-left: 0;
list-style: none;
}
diff --git a/less/type.less b/less/type.less
index 0d5b9c37e..683a30772 100644
--- a/less/type.less
+++ b/less/type.less
@@ -117,6 +117,7 @@ ol.unstyled {
// Single-line list items
ul.inline,
ol.inline {
+ margin-left: 0;
list-style: none;
& > li {
display: inline-block;