diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-09-10 11:33:46 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-09-10 11:33:46 -0400 |
commit | 303f20e1b3c977d75047bed1a3533a180d73fab5 (patch) | |
tree | c8cf97b57f2493313dfd92c1dfceedb29d137d67 /demos/button/splitbutton.html | |
parent | 9e259c6e5369bf272dd14df7aea1372c5b064300 (diff) | |
download | jquery-ui-303f20e1b3c977d75047bed1a3533a180d73fab5.tar.gz jquery-ui-303f20e1b3c977d75047bed1a3533a180d73fab5.zip |
Demos: Cleanup.
Diffstat (limited to 'demos/button/splitbutton.html')
-rw-r--r-- | demos/button/splitbutton.html | 31 |
1 files changed, 11 insertions, 20 deletions
diff --git a/demos/button/splitbutton.html b/demos/button/splitbutton.html index 177e7d02b..c5f663aae 100644 --- a/demos/button/splitbutton.html +++ b/demos/button/splitbutton.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> @@ -49,30 +49,21 @@ </head> <body> -<div class="demo"> - +<div> <div> - <div> - <button id="rerun">Run last action</button> - <button id="select">Select an action</button> - </div> - <ul> - <li><a href="#">Open...</a></li> - <li><a href="#">Save</a></li> - <li><a href="#">Delete</a></li> - </ul> + <button id="rerun">Run last action</button> + <button id="select">Select an action</button> </div> - -</div><!-- End demo --> - - + <ul> + <li><a href="#">Open...</a></li> + <li><a href="#">Save</a></li> + <li><a href="#">Delete</a></li> + </ul> +</div> <div class="demo-description"> - <p>An example of a split button built with two buttons: A plain button with just text, one with only a primary icon and no text. Both are grouped together in a set.</p> - -</div><!-- End demo-description --> - +</div> </body> </html> |