Skip to content

Commit fef60bd

Browse files
committed
QUnit update
1 parent cf49f70 commit fef60bd

File tree

2 files changed

+84
-83
lines changed

2 files changed

+84
-83
lines changed

external/qunit.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* QUnit - A JavaScript Unit Testing Framework
3-
*
3+
*
44
* http://docs.jquery.com/QUnit
55
*
66
* Copyright (c) 2011 John Resig, Jörn Zaefferer
@@ -37,7 +37,7 @@
3737
font-size: 1.5em;
3838
line-height: 1em;
3939
font-weight: normal;
40-
40+
4141
border-radius: 15px 15px 0 0;
4242
-moz-border-radius: 15px 15px 0 0;
4343
-webkit-border-top-right-radius: 15px;
@@ -105,13 +105,13 @@
105105
#qunit-tests ol {
106106
margin-top: 0.5em;
107107
padding: 0.5em;
108-
108+
109109
background-color: #fff;
110-
110+
111111
border-radius: 15px;
112112
-moz-border-radius: 15px;
113113
-webkit-border-radius: 15px;
114-
114+
115115
box-shadow: inset 0px 2px 13px #999;
116116
-moz-box-shadow: inset 0px 2px 13px #999;
117117
-webkit-box-shadow: inset 0px 2px 13px #999;
@@ -174,7 +174,7 @@
174174

175175
#qunit-tests .pass { color: #528CE0; background-color: #D2E0E6; }
176176
#qunit-tests .pass .test-name { color: #366097; }
177-
177+
178178
#qunit-tests .pass .test-actual,
179179
#qunit-tests .pass .test-expected { color: #999999; }
180180

0 commit comments

Comments
 (0)