diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 22:13:35 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 22:13:35 -0700 |
| commit | f408f5c29b31a67c4f6a554f8ac79597325868cc (patch) | |
| tree | 5dfd715419d0d773afbfb26172c8fa8fbbe5974b /docs | |
| parent | b62b15c5e3e0a94c94545415efec323d097bf61d (diff) | |
| download | bootstrap-f408f5c29b31a67c4f6a554f8ac79597325868cc.tar.xz bootstrap-f408f5c29b31a67c4f6a554f8ac79597325868cc.zip | |
update few things for ie
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 --> |
