|
|
|
@ -5,10 +5,11 @@ base_url: "../"
|
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
<!-- Banner for Mozilla/IE --> |
|
|
|
|
<div class="notice-banner"> |
|
|
|
|
<p><strong>Heads up!</strong> Ratchet components are written only for iPhone, so many are broken in non-Webkit browsers.</p> |
|
|
|
|
</div> |
|
|
|
|
<p class="notice-banner"> |
|
|
|
|
<strong>Heads up!</strong> Ratchet components are written only for iPhone, so many are broken in non-Webkit browsers. |
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
<div class="container"> |
|
|
|
|
<!--[if IE]> |
|
|
|
|
<div class="notice-banner"> |
|
|
|
|
<p><strong>Heads up!</strong> Ratchet components are written only for iPhone, so many are broken in non-Webkit browsers.</p> |
|
|
|
@ -16,8 +17,8 @@ base_url: "../"
|
|
|
|
|
<![endif]--> |
|
|
|
|
|
|
|
|
|
<!-- Components --> |
|
|
|
|
<section class="docs-outer-wrapper content-section section-components"> |
|
|
|
|
<div class="docs-inner-wrapper"> |
|
|
|
|
<div class="column-group"> |
|
|
|
|
<div class="column units-2"> |
|
|
|
|
<div class="section-header"> |
|
|
|
|
<h2 class="section-title">Components</h2> |
|
|
|
|
<p class="section-description">Design patterns that serve as basic building blocks.</p> |
|
|
|
@ -345,19 +346,19 @@ base_url: "../"
|
|
|
|
|
|
|
|
|
|
{% highlight html %} |
|
|
|
|
<ul class="table-view"> |
|
|
|
|
<li> |
|
|
|
|
<li class="table-view-cell"> |
|
|
|
|
<a> |
|
|
|
|
Item 1 |
|
|
|
|
<span class="chevron"></span> |
|
|
|
|
</a> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<li class="table-view-cell"> |
|
|
|
|
<a> |
|
|
|
|
Item 2 |
|
|
|
|
<span class="chevron"></span> |
|
|
|
|
</a> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<li class="table-view-cell"> |
|
|
|
|
<a> |
|
|
|
|
Item 3 |
|
|
|
|
<span class="chevron"></span> |
|
|
|
@ -1048,6 +1049,6 @@ window.addEventListener('push', myFunction);
|
|
|
|
|
{% endhighlight %} |
|
|
|
|
|
|
|
|
|
</article> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</section> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|