Fixing the ampersand color in links.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Wed, 11 Mar 2009 19:01:29 -0400 | 
    
    
        | parents | 1ce04db85761 | 
    
        | children | 20f486114e06 | 
    
        | branches/tags | (none) | 
    
        | files | site-media/style/stevelosh.css | 
Changes
    
--- 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; }