Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Demos: Added icon for jump links
Browse files Browse the repository at this point in the history
  • Loading branch information
toddparker committed Jan 20, 2013
1 parent 4b18a7f commit c90bc56
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 10 additions & 1 deletion docs/demos/_assets/css/jqm-demos.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,20 @@ img { max-width: 100%; }
font-weight:300;
display:block;
font-size:0.8em;
margin-top:.4em;
margin-top:.6em;
text-decoration: none;
whitespace:nowrap;
}

.demos a.demo-section-link span {
width:18px;
display:inline-block;
margin-top:4px;
margin-right:10px;
float:left;
opacity:.5;
}

.demos .demo-nav-header {
color: #74b042;
font-weight:300;
Expand Down
4 changes: 3 additions & 1 deletion docs/demos/buttons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ <h1>jQuery Mobile</h1>
<h1>Buttons <a href="http://api.jquerymobile.com/button/" data-ajax="false" data-role="button" data-inline="true" data-mini="true" data-icon="forward" data-iconpos="right" class="api-link">API docs</a></h1>


<p class="demo-intro">Buttons are core widgets in jQuery Mobile and are used within a wide range of other plugins. The button markup is flexible and can be created from links or form buttons. <a href="#button-sections" class="demo-section-link">Jump to section </a></p>
<p class="demo-intro">Buttons are core widgets in jQuery Mobile and are used within a wide range of other plugins. The button markup is flexible and can be created from links or form buttons.
<a href="#button-sections" class="demo-section-link">Jump to section <span class="ui-icon ui-icon-bars">&nbsp;</span></a>
</p>



Expand Down

0 comments on commit c90bc56

Please sign in to comment.