Fixed font settings for sidebar block headings
authorDan
Thu, 11 Dec 2008 15:53:08 -0500
changeset 7 ab28d9f00fbf
parent 6 4cda37e72da2
child 8 b2e9a6ec0547
Fixed font settings for sidebar block headings
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 {