Skip to content

Commit 152c2d1

Browse files
bperelscottgonzalez
authored andcommitted
Demos: Remove duplicate CSS properties
Closes gh-1363 (cherry picked from commit 14c4eae)
1 parent c303f7e commit 152c2d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/sortable/empty-lists.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script src="../../ui/sortable.js"></script>
1212
<link rel="stylesheet" href="../demos.css">
1313
<style>
14-
#sortable1, #sortable2, #sortable3 { list-style-type: none; margin: 0; padding: 0; float: left; margin-right: 10px; background: #eee; padding: 5px; width: 143px;}
14+
#sortable1, #sortable2, #sortable3 { list-style-type: none; margin: 0; float: left; margin-right: 10px; background: #eee; padding: 5px; width: 143px;}
1515
#sortable1 li, #sortable2 li, #sortable3 li { margin: 5px; padding: 5px; font-size: 1.2em; width: 120px; }
1616
</style>
1717
<script>

demos/tabs/vertical.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
2121
.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; }
2222
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
23-
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
23+
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
2424
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}
2525
</style>
2626
</head>

0 commit comments

Comments
 (0)