Skip to content

Commit

Permalink
added ui-widget class to apply correct font
Browse files Browse the repository at this point in the history
  • Loading branch information
Maggie Costello Wachs committed Dec 5, 2008
1 parent 380df88 commit bd96035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/static/progressbar.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<h1>jQuery UI Progressbar Static Markup Test Page</h1> <h1>jQuery UI Progressbar Static Markup Test Page</h1>


<div class="ui-progressbar ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="13"> <div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="13">
<div class="ui-progressbar-label">13% Completed</div> <div class="ui-progressbar-label">13% Completed</div>
<div class="ui-progressbar-value ui-state-default ui-corner-left" style="width: 13%;"><span class="ui-progressbar-label">13% Completed</span></div> <div class="ui-progressbar-value ui-state-default ui-corner-left" style="width: 13%;"><span class="ui-progressbar-label">13% Completed</span></div>
</div> </div>
Expand Down

0 comments on commit bd96035

Please sign in to comment.