|
|
|
@ -819,13 +819,13 @@ document
|
|
|
|
|
<div class="component-example"> |
|
|
|
|
<div id="popover" class="popover"> |
|
|
|
|
<header class="bar-nav"> |
|
|
|
|
<a class="button"> |
|
|
|
|
<a class="button-link pull-left"> |
|
|
|
|
Left |
|
|
|
|
</a> |
|
|
|
|
<h3 class="title">Popover title</h3> |
|
|
|
|
<a class="button"> |
|
|
|
|
<a class="button-link pull-right"> |
|
|
|
|
Right |
|
|
|
|
</a> |
|
|
|
|
<h3 class="title">Popover title</h3> |
|
|
|
|
</header> |
|
|
|
|
<ul class="table-view"> |
|
|
|
|
<li class="table-view-cell">Item1</li> |
|
|
|
@ -843,13 +843,13 @@ document
|
|
|
|
|
{% highlight html %} |
|
|
|
|
<div id="popover" class="popover"> |
|
|
|
|
<header class="bar-nav"> |
|
|
|
|
<a class="button"> |
|
|
|
|
<a class="button-link pull-left"> |
|
|
|
|
Left |
|
|
|
|
</a> |
|
|
|
|
<h3 class="title">Popover title</h3> |
|
|
|
|
<a class="button"> |
|
|
|
|
<a class="button-link pull-right"> |
|
|
|
|
Right |
|
|
|
|
</a> |
|
|
|
|
<h3 class="title">Popover title</h3> |
|
|
|
|
</header> |
|
|
|
|
<ul class="table-view"> |
|
|
|
|
<li class="table-view-cell">Item1</li> |
|
|
|
|