--- a/editcommands.html Mon May 30 13:29:28 2011 -0600
+++ b/editcommands.html Mon May 30 13:33:05 2011 -0600
@@ -31,6 +31,9 @@
ol li { margin: 1em 0 }
li li { margin: 0 }
table { margin: 1em 0 }
+ /* Overwrite the underline so it's orange instead of blue, thus looks less
+ * silly */
+ a code { text-decoration: underline }
</style>
<body class=draft>
<div class=head id=head>
--- a/source.html Mon May 30 13:29:28 2011 -0600
+++ b/source.html Mon May 30 13:33:05 2011 -0600
@@ -32,6 +32,9 @@
ol li { margin: 1em 0 }
li li { margin: 0 }
table { margin: 1em 0 }
+ /* Overwrite the underline so it's orange instead of blue, thus looks less
+ * silly */
+ a code { text-decoration: underline }
</style>
<body class=draft>
<div class=head id=head>