# HG changeset patch # User Dan # Date 1229028788 18000 # Node ID ab28d9f00fbf4f289e20637e74fcc6de9dfad32b # Parent 4cda37e72da2d25cbfa69352a3833a8908d4e376 Fixed font settings for sidebar block headings diff -r 4cda37e72da2 -r ab28d9f00fbf connections/css/default.css --- a/connections/css/default.css Thu Dec 11 15:52:48 2008 -0500 +++ b/connections/css/default.css Thu Dec 11 15:53:08 2008 -0500 @@ -76,7 +76,13 @@ font-size:1em; color:#333; display:inline; -} +} +#sidebar .heading a { + font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif; + color: #676E04; + font-weight: bold; + font-size: 1.1em; +} a img { border: none; } @@ -356,6 +362,7 @@ font-weight: bold; position: relative; top: -2px; + font-size: 1.1em; } #topnav li.sep {