Avoid text with different-colored underline
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Mon, 30 May 2011 13:33:05 -0600
changeset 200 f6178d593f7c
parent 199 b9696ee7fd2d
child 201 c89f63a8832b
Avoid text with different-colored underline
editcommands.html
source.html
--- 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>