]> source.dussan.org Git - jquery-ui.git/commitdiff
Demos: Remove duplicate CSS properties
authorBruno Pérel <brunoperel@gmail.com>
Mon, 20 Oct 2014 12:09:27 +0000 (14:09 +0200)
committerScott González <scott.gonzalez@gmail.com>
Mon, 20 Oct 2014 18:41:22 +0000 (14:41 -0400)
Closes gh-1363

demos/sortable/empty-lists.html
demos/tabs/vertical.html

index 6d8f6565b2da4768f6946f4ce57856c5a1d68c41..1925446195a9df32018642b5c1f357fc1fc11c62 100644 (file)
@@ -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>
index ec0b8e7af47511b6eaab2a3db38711760aa1888a..98f2ba3b420f3ab7d10bf9deb6c5c3e524dfd9f9 100644 (file)
@@ -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>