| | |
| | | font-size: 1.5em; |
| | | line-height: 1em; |
| | | font-weight: normal; |
| | | |
| | | |
| | | border-radius: 15px 15px 0 0; |
| | | -moz-border-radius: 15px 15px 0 0; |
| | | -webkit-border-top-right-radius: 15px; |
| | |
| | | padding: 0.5em; |
| | | |
| | | background-color: #fff; |
| | | |
| | | |
| | | border-radius: 15px; |
| | | -moz-border-radius: 15px; |
| | | -webkit-border-radius: 15px; |
| | | |
| | | |
| | | box-shadow: inset 0px 2px 13px #999; |
| | | -moz-box-shadow: inset 0px 2px 13px #999; |
| | | -webkit-box-shadow: inset 0px 2px 13px #999; |
| | |
| | | |
| | | #qunit-tests .pass { color: #528CE0; background-color: #D2E0E6; } |
| | | #qunit-tests .pass .test-name { color: #366097; } |
| | | |
| | | |
| | | #qunit-tests .pass .test-actual, |
| | | #qunit-tests .pass .test-expected { color: #999999; } |
| | | |