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 | |
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')
-rw-r--r-- | demos/sortable/empty-lists.html | 2 | ||||
-rw-r--r-- | demos/tabs/vertical.html | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/demos/tabs/vertical.html b/demos/tabs/vertical.html index ec0b8e7af..98f2ba3b4 100644 --- a/demos/tabs/vertical.html +++ b/demos/tabs/vertical.html @@ -20,7 +20,7 @@ .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; } .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; } .ui-tabs-vertical .ui-tabs-nav li a { display:block; } - .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; } + .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; } .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;} </style> </head> |