Avoid false positives with tr selector
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Mon, 06 Jun 2011 13:59:32 -0600
changeset 229 c77b3c2f5c08
parent 228 7bd750edd8a1
child 230 4a024a59d8a2
Avoid false positives with tr selector
autoimplementation.html
--- a/autoimplementation.html	Sun Jun 05 15:17:27 2011 -0600
+++ b/autoimplementation.html	Mon Jun 06 13:59:32 2011 -0600
@@ -86,7 +86,7 @@
 
 <div id=toolbar>
 <!-- Note: this is completely not a hack at all. -->
-<style id=alerts>/* tr:not(.alert):not(:first-child) { display: none } */</style>
+<style id=alerts>/* body > div > table > tbody > tr:not(.alert):not(:first-child) { display: none } */</style>
 
 <label><input id=alert-checkbox type=checkbox accesskey=a checked onclick='updateAlertRowStyle()'> Display rows without spec <u>a</u>lerts</label>