aboutsummaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent28da31218fc5dc39ece625705c37b8c86d494801 (diff)
downloadbootstrap-22d1506d2325f432dfd35c8380b06f19b8f74441.tar.xz
bootstrap-22d1506d2325f432dfd35c8380b06f19b8f74441.zip
remove margin on .inline lists
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css1
1 files changed, 1 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;
}