Skip to content

Commit 6bc1f60

Browse files
committed
Accordion: Remove IE6/7 specific workaround in demos
1 parent de25e2d commit 6bc1f60

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

demos/accordion/sortable.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<link rel="stylesheet" href="../demos.css">
88
<script src="../require-config.js"></script>
99
<script src="../../external/requirejs/require.js"></script>
10-
<style>
11-
/* IE has layout issues when sorting (see #5413) */
12-
.group { zoom: 1 }
13-
</style>
1410
<script src="../bootstrap.js" data-modules="sortable">
1511
$( "#accordion" )
1612
.accordion({

0 commit comments

Comments
 (0)