diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2012-10-27 17:50:59 +0100 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2012-10-27 17:50:59 +0100 |
commit | d7a65e19f4d2c57619fdc8920ad1ad3bce846ae1 (patch) | |
tree | 3c8b7cec735e33c26f2898e00754a53997fa5c33 /tests/frontend/runner.css | |
parent | 9537892c6111eae6257637627b233ce54c6620e6 (diff) | |
download | etherpad-lite-d7a65e19f4d2c57619fdc8920ad1ad3bce846ae1.zip |
made it possible to run only certain tests
Diffstat (limited to 'tests/frontend/runner.css')
-rw-r--r-- | tests/frontend/runner.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/frontend/runner.css b/tests/frontend/runner.css index ba5245aa..e420e370 100644 --- a/tests/frontend/runner.css +++ b/tests/frontend/runner.css @@ -52,10 +52,10 @@ body { font-weight: 200; } -#mocha h1 a { +/*#mocha h1 a { text-decoration: none; color: inherit; -} +}*/ #mocha h1 a:hover { text-decoration: underline; |