Browse Source

Merge pull request #364 from twbs/another-typo

Another docs typo
pull/367/head
Connor Sears 11 years ago
parent
commit
d7d4c108b6
  1. 2
      docs/components.html

2
docs/components.html

@ -57,7 +57,7 @@ title: Components · Ratchet
<article class="component">
<h3 class="component-title">Title bar with buttons</h3>
<p class="component-description">Buttons in a title bar are left or right aligned and should be used for actions. Use the <code>.pull-right</code> or <code>.pull-right</code> utility classes to float the buttons. Also, be sure to place any floated elements before the title.</p>
<p class="component-description">Buttons in a title bar are left or right aligned and should be used for actions. Use the <code>.pull-right</code> or <code>.pull-left</code> utility classes to float the buttons. Also, be sure to place any floated elements before the title.</p>
<div class="component-example component-example-fullbleed">
<header class="bar bar-nav">

Loading…
Cancel
Save