File tree Expand file tree Collapse file tree 2 files changed +84
-83
lines changed Expand file tree Collapse file tree 2 files changed +84
-83
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* QUnit - A JavaScript Unit Testing Framework
3
- *
3
+ *
4
4
* http://docs.jquery.com/QUnit
5
5
*
6
6
* Copyright (c) 2011 John Resig, Jörn Zaefferer
37
37
font-size : 1.5em ;
38
38
line-height : 1em ;
39
39
font-weight : normal;
40
-
40
+
41
41
border-radius : 15px 15px 0 0 ;
42
42
-moz-border-radius : 15px 15px 0 0 ;
43
43
-webkit-border-top-right-radius : 15px ;
105
105
# qunit-tests ol {
106
106
margin-top : 0.5em ;
107
107
padding : 0.5em ;
108
-
108
+
109
109
background-color : # fff ;
110
-
110
+
111
111
border-radius : 15px ;
112
112
-moz-border-radius : 15px ;
113
113
-webkit-border-radius : 15px ;
114
-
114
+
115
115
box-shadow : inset 0px 2px 13px # 999 ;
116
116
-moz-box-shadow : inset 0px 2px 13px # 999 ;
117
117
-webkit-box-shadow : inset 0px 2px 13px # 999 ;
174
174
175
175
# qunit-tests .pass { color : # 528CE0 ; background-color : # D2E0E6 ; }
176
176
# qunit-tests .pass .test-name { color : # 366097 ; }
177
-
177
+
178
178
# qunit-tests .pass .test-actual ,
179
179
# qunit-tests .pass .test-expected { color : # 999999 ; }
180
180
You can’t perform that action at this time.
0 commit comments