Commit ea61cdb7 authored by Mark Otto's avatar Mark Otto
Browse files

remove overrides on inner html of popover-content

parent 32d42596
Showing with 0 additions and 9 deletions
+0 -9
...@@ -5321,12 +5321,6 @@ input[type="submit"].btn.btn-mini { ...@@ -5321,12 +5321,6 @@ input[type="submit"].btn.btn-mini {
padding: 9px 14px; padding: 9px 14px;
} }
.popover-content p,
.popover-content ul,
.popover-content ol {
margin-bottom: 0;
}
.popover .arrow, .popover .arrow,
.popover .arrow:after { .popover .arrow:after {
position: absolute; position: absolute;
......
...@@ -43,9 +43,6 @@ ...@@ -43,9 +43,6 @@
.popover-content { .popover-content {
padding: 9px 14px; padding: 9px 14px;
p, ul, ol {
margin-bottom: 0;
}
} }
// Arrows // Arrows
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment