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 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
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 ;
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 ;
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
You can’t perform that action at this time.
0 commit comments