Make the X's display in Opera
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Thu, 28 Apr 2011 12:53:53 -0600
changeset 71 5acce472cf47
parent 70 471457773bcd
child 72 7e30b61d6ab9
Make the X's display in Opera
autoimplementation.html
--- a/autoimplementation.html	Thu Apr 28 12:49:11 2011 -0600
+++ b/autoimplementation.html	Thu Apr 28 12:53:53 2011 -0600
@@ -5,6 +5,14 @@
 body { font-family: serif }
 .yes { color: green }
 .no { color: red }
+.yes, .no {
+	text-align: center;
+	vertical-align: middle;
+	font-size: 3em;
+	/* Somehow Opera doesn't render the X's if the font is serif, on my
+	 * machine. */
+	font-family: sans-serif;
+}
 /* http://www.w3.org/Bugs/Public/show_bug.cgi?id=12154
  * https://bugzilla.mozilla.org/show_bug.cgi?id=589124
  * https://bugs.webkit.org/show_bug.cgi?id=56400 */
@@ -43,11 +51,6 @@
 body > div > table > tbody > tr > th:last-child {
 	width: 10%;
 }
-body > div > table > tbody > tr > td:last-child {
-	text-align: center;
-	vertical-align: middle;
-	font-size: 3em;
-}
 </style>
 <p>Legend: {[ are the selection anchor, }] are the selection focus, {}
 represent an element boundary point, [] represent a text node boundary point.