# HG changeset patch # User Steve Losh # Date 1259113638 18000 # Node ID a3276611005fe8dd5d3fc2f885f15c82ed5d9526 # Parent 5da3cfe61ce15783ae5cadac81769df5265fea6a hg-prompt: Update documentation. diff -r 5da3cfe61ce1 -r a3276611005f hg-prompt/media/css/typography.css --- a/hg-prompt/media/css/typography.css Tue Nov 24 20:29:34 2009 -0500 +++ b/hg-prompt/media/css/typography.css Tue Nov 24 20:47:18 2009 -0500 @@ -33,6 +33,7 @@ } a { + font-weight: bold; text-decoration: none; } @@ -40,10 +41,6 @@ color: #a00000; } -a[href^="http:"] { - text-decoration: underline; -} - p#footer a { text-decoration: none; }