diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-02-06 03:56:24 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-02-06 03:56:24 +0000 |
commit | 341dbce9e4aa3d4037f246ad292f5a5591ace2d8 (patch) | |
tree | b42d90bfa6c94fcf81f1d7a714b1056acba8d625 /demos | |
parent | f09dbcc2a775fb8dc3e821f6f1a39ee5054812b2 (diff) | |
download | jquery-ui-341dbce9e4aa3d4037f246ad292f5a5591ace2d8.tar.gz jquery-ui-341dbce9e4aa3d4037f246ad292f5a5591ace2d8.zip |
Removed extra semicolon.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/slider/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/slider/default.html b/demos/slider/default.html index 13f71a32c..39e2e112f 100644 --- a/demos/slider/default.html +++ b/demos/slider/default.html @@ -10,7 +10,7 @@ <script type="text/javascript" src="../../ui/jquery.ui.slider.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> - #demo-frame > div.demo { padding: 10px !important; }; + #demo-frame > div.demo { padding: 10px !important; } </style> <script type="text/javascript"> $(function() { |