show is now element aware (#960)

This commit is contained in:
Brandon Aaron 2007-12-08 04:54:53 +00:00
parent 91f1299f68
commit b3ec8edddd
3 changed files with 33 additions and 7 deletions

View file

@ -113,3 +113,5 @@ div.chain.test div { background: green; }
div.chain.out { background: green; }
div.chain.out div { background: red; display: none; }
div#show-tests * { display: none; }