diff options
Diffstat (limited to 'test/data/testsuite.css')
-rw-r--r-- | test/data/testsuite.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css index d029b8716..029006810 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -109,7 +109,3 @@ div#show-tests * { display: none; } #nothiddendiv { font-size: 16px; } #nothiddendivchild.em { font-size: 2em; } #nothiddendivchild.prct { font-size: 150%; } - -div.isimportant { - background-color: rgb(255, 255, 255) !important; -} |