From ea61cdb7407f09c0c4a9b5a7f76b24982b51c3d7 Mon Sep 17 00:00:00 2001
From: Mark Otto <otto@github.com>
Date: Sun, 2 Dec 2012 01:34:58 -0800
Subject: [PATCH] remove overrides on inner html of popover-content

---
 docs/assets/css/bootstrap.css | 6 ------
 less/popovers.less            | 3 ---
 2 files changed, 9 deletions(-)

diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index c0f3d041e6..190ffac706 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -5321,12 +5321,6 @@ input[type="submit"].btn.btn-mini {
   padding: 9px 14px;
 }
 
-.popover-content p,
-.popover-content ul,
-.popover-content ol {
-  margin-bottom: 0;
-}
-
 .popover .arrow,
 .popover .arrow:after {
   position: absolute;
diff --git a/less/popovers.less b/less/popovers.less
index 9619e2d8d9..43a6d30684 100644
--- a/less/popovers.less
+++ b/less/popovers.less
@@ -43,9 +43,6 @@
 
 .popover-content {
   padding: 9px 14px;
-  p, ul, ol {
-    margin-bottom: 0;
-  }
 }
 
 // Arrows
-- 
GitLab