Browse Source

clean up copy on components

pull/249/head
connors 11 years ago
parent
commit
de177cf0d2
  1. 4
      components.html

4
components.html

@ -131,7 +131,7 @@ base_url: "../"
<article class="component">
<h3 class="component-title">Title bar with segmented controller</h3>
<p class="component-description">Title bars can also house segmented controllers (with or without accompanying buttons). It all uses flex-box to create perfectly even spacing no matter their labels.</p>
<p class="component-description">Title bars can also house segmented controllers. Feel free to add accompanying buttons too. The control will automatically layout itself out correctly.</p>
<div class="component-example component-example-fullbleed">
<header class="bar-nav">
@ -976,7 +976,6 @@ document
<!-- Push docs -->
<article class="component" id="push">
<div class="informational">
<h3 class="component-title">Push</h3>
<p class="component-description">Push.js is the engine that connects Ratchet pages together with AJAX and the history api. Push.js is listening to all clicks on a page, so just make sure it's included and link something in your Ratchet project up.</p>
@ -995,7 +994,6 @@ document
{% endhighlight %}
<p class="component-description">A working version of push:</p>
</div>
<div class="component-example component-example-fullbleed">
<header class="bar-nav">

Loading…
Cancel
Save