diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 9f33f1abe..addd097d4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -371,6 +371,7 @@ </p> </div> <div class="span12 columns"> + <h4>How to quote</h4> <p>Be sure to wrap your <code><blockquote></code> around <code><p></code> and <code><small></code> tags. When citing a source, use the <code><small></code> element. The CSS will automatically preface a name with an em dash (&mdash;).</p> <blockquote> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua…</p> @@ -882,7 +883,7 @@ </div> <h4>Buttons</h4> <div class="well"> - <button class="btn large primary" disabled>Primary action</button> <button class="btn large" disabled>Action</button> + <button class="btn large primary disabled" disabled>Primary action</button> <button class="btn large" disabled>Action</button> </div> </div> </div> <!-- /row --> |
