|
|
|
@ -872,9 +872,9 @@ document
|
|
|
|
|
<div class="component-example"> |
|
|
|
|
<div id="myPopover" class="popover"> |
|
|
|
|
<header class="bar-nav"> |
|
|
|
|
<a class="button pull-left"> |
|
|
|
|
<a class="button-link pull-left"> |
|
|
|
|
Left |
|
|
|
|
</a><a class="button pull-right"> |
|
|
|
|
</a><a class="button-link pull-right"> |
|
|
|
|
Right |
|
|
|
|
</a> |
|
|
|
|
<h3 class="title">Popover title</h3> |
|
|
|
@ -895,10 +895,10 @@ document
|
|
|
|
|
{% highlight html %} |
|
|
|
|
<div id="popover" class="popover"> |
|
|
|
|
<header class="bar-nav"> |
|
|
|
|
<a class="button pull-left"> |
|
|
|
|
<a class="button-link pull-left"> |
|
|
|
|
Left |
|
|
|
|
</a> |
|
|
|
|
<a class="button pull-right"> |
|
|
|
|
<a class="button-link pull-right"> |
|
|
|
|
Right |
|
|
|
|
</a> |
|
|
|
|
<h3 class="title">Popover title</h3> |
|
|
|
|