diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-12 02:31:34 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-12 02:31:34 +0000 |
commit | ba9bb22b55e0ba281ef9ac38089f3dd98206112b (patch) | |
tree | ea3263f6fb39d7b5627fc9a8af16ffcfd456f9fa /tests/static/slider.html | |
parent | 73713183f822ee11d9167f8ccf6eb79f31d339ee (diff) | |
download | jquery-ui-ba9bb22b55e0ba281ef9ac38089f3dd98206112b.tar.gz jquery-ui-ba9bb22b55e0ba281ef9ac38089f3dd98206112b.zip |
tests/static: whitespace and formatting
Diffstat (limited to 'tests/static/slider.html')
-rw-r--r-- | tests/static/slider.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/static/slider.html b/tests/static/slider.html index aaad7c491..d38dad77e 100644 --- a/tests/static/slider.html +++ b/tests/static/slider.html @@ -11,13 +11,14 @@ </head> <body style="font-size: 62.5%;"> +<!-- Slider: horizontal --> <div class="ui-slider ui-widget ui-widget-content ui-corner-all"> <a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="left: 15%;"></a> <a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="left: 30%;"></a> <div class="ui-slider-range ui-state-default" style="left: 15%; width: 15%;"></div> </div> -<!-- vertical --> +<!-- Slider: vertical --> <div class="ui-slider ui-slider-vertical ui-widget ui-widget-content ui-corner-all" style="height: 100px;"> <a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="top: 15%;"></a> <a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="top: 60%;"></a> |