# HG changeset patch # User Steve Losh # Date 1259113628 18000 # Node ID a6ec48f03985b7c2bb6b7fbe16c6bbec2d650783 # Parent 8ef26ddc1bd893419b08d8a1a802fec979aede9e Adjust the doc styles a bit. diff -r 8ef26ddc1bd8 -r a6ec48f03985 docs/static/media/css/typography.css --- a/docs/static/media/css/typography.css Tue Nov 24 20:45:09 2009 -0500 +++ b/docs/static/media/css/typography.css Tue Nov 24 20:47:08 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; }