Revert "QUnit test for overriding important css declarations, references #4427"

This reverts commit 1299e89dcd.

Conflicts:

	test/unit/css.js
This commit is contained in:
jeresig 2011-04-12 00:54:12 -04:00
parent 0ff4c69929
commit 312df0441b
2 changed files with 0 additions and 19 deletions

View file

@ -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;
}