Skip to content

Commit

Permalink
fix for 75
Browse files Browse the repository at this point in the history
  • Loading branch information
tipiirai committed Jun 8, 2010
1 parent 85809f5 commit 7d4b8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rangeinput/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h2>Configuration</h2>
<pii:code lang="css">
css: {
input: 'range', /* class name for the generated text input field */
rangeinput: 'slider', /* class name for rangeinput */
slider: 'slider', /* class name for rangeinput */
progress: 'progress', /* class name for progress bar */
handle: 'handle' /* class name for drag handle */
}
Expand Down Expand Up @@ -264,7 +264,7 @@ <h2>Skinning</h2>
</p>

<pii:code lang="html">
<div class="rangeinput">
<div class="slider">
<div class="progress" style="width: 200px; display: block;"></div>
<a class="handle" style="left: 200px;"></a>
</div>
Expand Down

0 comments on commit 7d4b8d4

Please sign in to comment.