From 22d1506d2325f432dfd35c8380b06f19b8f74441 Mon Sep 17 00:00:00 2001
From: Mark Otto <otto@github.com>
Date: Sun, 4 Nov 2012 12:39:27 -0800
Subject: [PATCH] remove margin on .inline lists

---
 docs/assets/css/bootstrap.css | 1 +
 less/type.less                | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index b2675f6403..a5a1ca4a33 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 0d5b9c37ee..683a307726 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;
-- 
GitLab