diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-05-18 15:14:08 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-05-18 15:14:46 +0200 |
commit | fef60bd6cb4352d0106ae00753458112f1ab3b78 (patch) | |
tree | a440e9d4c3ee9859b3642fd9646ac9ec0daa9383 /external/qunit.css | |
parent | cf49f7081bfc7c89ce7b898eba7dbec661417893 (diff) | |
download | jquery-ui-fef60bd6cb4352d0106ae00753458112f1ab3b78.tar.gz jquery-ui-fef60bd6cb4352d0106ae00753458112f1ab3b78.zip |
QUnit update
Diffstat (limited to 'external/qunit.css')
-rw-r--r-- | external/qunit.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/external/qunit.css b/external/qunit.css index be37520ae..b3c6db523 100644 --- a/external/qunit.css +++ b/external/qunit.css @@ -1,6 +1,6 @@ /** * QUnit - A JavaScript Unit Testing Framework - * + * * http://docs.jquery.com/QUnit * * Copyright (c) 2011 John Resig, Jörn Zaefferer @@ -37,7 +37,7 @@ 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; @@ -105,13 +105,13 @@ #qunit-tests ol { margin-top: 0.5em; 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; @@ -174,7 +174,7 @@ #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; } |