Make yes/no cell borders black, not red/green
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Thu, 28 Apr 2011 12:54:21 -0600
changeset 72 7e30b61d6ab9
parent 71 5acce472cf47
child 73 e6eebb4728bf
Make yes/no cell borders black, not red/green

The fact that they were red or green was just a mistake that vaguely
annoyed me but I didn't bother putting any thought into why it happened
so it only occurred to me why just now.
autoimplementation.html
--- a/autoimplementation.html	Thu Apr 28 12:53:53 2011 -0600
+++ b/autoimplementation.html	Thu Apr 28 12:54:21 2011 -0600
@@ -12,6 +12,7 @@
 	/* Somehow Opera doesn't render the X's if the font is serif, on my
 	 * machine. */
 	font-family: sans-serif;
+	border-color: black;
 }
 /* http://www.w3.org/Bugs/Public/show_bug.cgi?id=12154
  * https://bugzilla.mozilla.org/show_bug.cgi?id=589124