summaryrefslogtreecommitdiff
path: root/deps/nodeunit.css
diff options
context:
space:
mode:
authorezubarev <zubarev.eugene@gmail.com>2016-05-08 15:48:17 +0600
committerezubarev <zubarev.eugene@gmail.com>2016-05-08 15:48:17 +0600
commit1e755b34987a39b9d5378f1700b520a6cac7127e (patch)
tree7a930a78b0886ca9aedf920e819c8974df9062e0 /deps/nodeunit.css
parent2d049f086f5ab29a515f63a209000a29442e283d (diff)
downloadasync-1e755b34987a39b9d5378f1700b520a6cac7127e.tar.gz
Remove nodeunit from deps
Diffstat (limited to 'deps/nodeunit.css')
-rw-r--r--deps/nodeunit.css70
1 files changed, 0 insertions, 70 deletions
diff --git a/deps/nodeunit.css b/deps/nodeunit.css
deleted file mode 100644
index 274434a..0000000
--- a/deps/nodeunit.css
+++ /dev/null
@@ -1,70 +0,0 @@
-/*!
- * Styles taken from qunit.css
- */
-
-h1#nodeunit-header, h1.nodeunit-header {
- padding: 15px;
- font-size: large;
- background-color: #06b;
- color: white;
- font-family: 'trebuchet ms', verdana, arial;
- margin: 0;
-}
-
-h1#nodeunit-header a {
- color: white;
-}
-
-h2#nodeunit-banner {
- height: 2em;
- border-bottom: 1px solid white;
- background-color: #eee;
- margin: 0;
- font-family: 'trebuchet ms', verdana, arial;
-}
-h2#nodeunit-banner.pass {
- background-color: green;
-}
-h2#nodeunit-banner.fail {
- background-color: red;
-}
-
-h2#nodeunit-userAgent, h2.nodeunit-userAgent {
- padding: 10px;
- background-color: #eee;
- color: black;
- margin: 0;
- font-size: small;
- font-weight: normal;
- font-family: 'trebuchet ms', verdana, arial;
- font-size: 10pt;
-}
-
-div#nodeunit-testrunner-toolbar {
- background: #eee;
- border-top: 1px solid black;
- padding: 10px;
- font-family: 'trebuchet ms', verdana, arial;
- margin: 0;
- font-size: 10pt;
-}
-
-ol#nodeunit-tests {
- font-family: 'trebuchet ms', verdana, arial;
- font-size: 10pt;
-}
-ol#nodeunit-tests li strong {
- cursor:pointer;
-}
-ol#nodeunit-tests .pass {
- color: green;
-}
-ol#nodeunit-tests .fail {
- color: red;
-}
-
-p#nodeunit-testresult {
- margin-left: 1em;
- font-size: 10pt;
- font-family: 'trebuchet ms', verdana, arial;
-}