# HG changeset patch # User Steve Losh # Date 1232075325 18000 # Node ID 20596cd849830b4cc15638ae74db46785203fbb5 # Parent bd03e6b9084ce10594863deb4a561e2b9a6f4869 Changed the styling of h3's on the site. diff -r bd03e6b9084c -r 20596cd84983 site-media/style/stevelosh.css --- a/site-media/style/stevelosh.css Thu Jan 15 20:34:35 2009 -0500 +++ b/site-media/style/stevelosh.css Thu Jan 15 22:08:45 2009 -0500 @@ -69,6 +69,9 @@ font-weight: bold; } +h3 { + margin-bottom: 0.5em; font-weight: bold; } + h1 a:link, h1 a:visited, h1 a:active, h2 a:link, h2 a:visited, h2 a:active { color: black; text-decoration: none;