# HG changeset patch # User Steve Losh # Date 1236812489 14400 # Node ID 80a83fa13e5936288554766de08c634aedd294f3 # Parent 1ce04db85761cd7ed7241185f8934c5f7047b3f1 Fixing the ampersand color in links. diff -r 1ce04db85761 -r 80a83fa13e59 site-media/style/stevelosh.css --- a/site-media/style/stevelosh.css Wed Mar 11 18:58:18 2009 -0400 +++ b/site-media/style/stevelosh.css Wed Mar 11 19:01:29 2009 -0400 @@ -122,6 +122,7 @@ font-style: italic; } +a .amp { color: inherit; } a:hover .amp { color: inherit; } .caps { font-size: 0.92em; } .quo { margin-left: -0.30em; }