Skip to content

Commit 53d9ac2

Browse files
committed
Accordion unit tests: Trying some more style resets for getting accordion tests to pass in Safari 3.x, need to commit to see Testswarm results
1 parent f7c6824 commit 53d9ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/accordion/accordion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<style>
4141
#main { font-size: 10pt; font-family: 'trebuchet ms', verdana, arial; }
42-
#list, #list1 *, #navigation, #navigation * { margin: 0; padding: 0; font-size: 12px; }
42+
#list, #list1 *, #navigation, #navigation * { margin: 0; padding: 0; font-size: 12px; list-style: none; border: 0; outline: 0; }
4343
</style>
4444
</head>
4545
<body>

0 commit comments

Comments
 (0)