diff options
author | Bruno Pérel <brunoperel@gmail.com> | 2014-10-20 14:09:27 +0200 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-10-20 14:41:22 -0400 |
commit | 14c4eae32423682dd291fea633081502077f4df9 (patch) | |
tree | 5a6491e98b753b4269dfde22f8628dea1b3df547 /demos/sortable/empty-lists.html | |
parent | 0fccf94113eb549ba591729f8854d1e289b0479b (diff) | |
download | jquery-ui-14c4eae32423682dd291fea633081502077f4df9.tar.gz jquery-ui-14c4eae32423682dd291fea633081502077f4df9.zip |
Demos: Remove duplicate CSS properties
Closes gh-1363
Diffstat (limited to 'demos/sortable/empty-lists.html')
-rw-r--r-- | demos/sortable/empty-lists.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/sortable/empty-lists.html b/demos/sortable/empty-lists.html index 6d8f6565b..192544619 100644 --- a/demos/sortable/empty-lists.html +++ b/demos/sortable/empty-lists.html @@ -11,7 +11,7 @@ <script src="../../ui/sortable.js"></script> <link rel="stylesheet" href="../demos.css"> <style> - #sortable1, #sortable2, #sortable3 { list-style-type: none; margin: 0; padding: 0; float: left; margin-right: 10px; background: #eee; padding: 5px; width: 143px;} + #sortable1, #sortable2, #sortable3 { list-style-type: none; margin: 0; float: left; margin-right: 10px; background: #eee; padding: 5px; width: 143px;} #sortable1 li, #sortable2 li, #sortable3 li { margin: 5px; padding: 5px; font-size: 1.2em; width: 120px; } </style> <script> |