]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove arrows from popovers docs
authorMark Otto <markdotto@gmail.com>
Mon, 10 Oct 2016 03:03:43 +0000 (20:03 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 10 Oct 2016 03:03:43 +0000 (20:03 -0700)
docs/components/popovers.md

index cc775f7221d268b8d8b7e817e22afc7584796fd5..1357cefcb5d9a60737a6a489fcbf01f482ab4dec 100644 (file)
@@ -56,7 +56,6 @@ Four options are available: top, right, bottom, and left aligned.
 
 <div class="bd-example bd-example-popover-static">
   <div class="popover popover-top">
-    <div class="popover-arrow"></div>
     <h3 class="popover-title">Popover top</h3>
     <div class="popover-content">
       <p>Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.</p>
@@ -64,7 +63,6 @@ Four options are available: top, right, bottom, and left aligned.
   </div>
 
   <div class="popover popover-right">
-    <div class="popover-arrow"></div>
     <h3 class="popover-title">Popover right</h3>
     <div class="popover-content">
       <p>Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.</p>
@@ -72,7 +70,6 @@ Four options are available: top, right, bottom, and left aligned.
   </div>
 
   <div class="popover popover-bottom">
-    <div class="popover-arrow"></div>
     <h3 class="popover-title">Popover bottom</h3>
 
     <div class="popover-content">
@@ -81,7 +78,6 @@ Four options are available: top, right, bottom, and left aligned.
   </div>
 
   <div class="popover popover-left">
-    <div class="popover-arrow"></div>
     <h3 class="popover-title">Popover left</h3>
     <div class="popover-content">
       <p>Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.</p>