# HG changeset patch # User Dan # Date 1229186868 18000 # Node ID 1fdb801384f2dde0de334ac1341deea2b58b626d # Parent 30ef148e99f5a55490c6995c17c253a4d125851b Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code diff -r 30ef148e99f5 -r 1fdb801384f2 connections/css/default.css --- a/connections/css/default.css Sat Dec 13 11:47:08 2008 -0500 +++ b/connections/css/default.css Sat Dec 13 11:47:48 2008 -0500 @@ -148,26 +148,28 @@ margin:0; padding:0 20px 0 0; } +#sidebar div.slider { + list-style-type: none; + padding: 2px; + margin: 0; + margin-top: 7px; + font-size: 0.9em; + border: #e1d6c6 1px solid; + background-color: #f3f6ed; + /* border-top: #f3f6ed 1px solid; */ +} #sidebar div.heading { margin: 0 0 0 0; - padding:2px; + padding: 2px 2px 0 2px; font-size: 1em; color: #676E04; text-align:center; - background:url(../img/sidenav_top.jpg) no-repeat center; + /* background:url(../img/sidenav_top.jpg) no-repeat center; */ + background-color: #e2ebda; border:#ccc 0px solid; height:22px; font-weight:bold; } -#sidebar div.slider { - list-style-type: none; - padding: 0 2px 0 2px; - margin: 0; - margin-top: 7px; - font-size: 0.9em; - border:#E1D6c6 1px solid; - border-top:#f3f6ed 1px solid; -} #sidebar div.slideblock { padding: 5px; padding-bottom: 3em; @@ -269,6 +271,9 @@ font-family: Georgia, Verdana, Arial, serif; font-size:12px; } +.post-content-disable-border { + border-top-width: 0; +} .page-content { } diff -r 30ef148e99f5 -r 1fdb801384f2 connections/img/sidenav_bottom.jpg Binary file connections/img/sidenav_bottom.jpg has changed diff -r 30ef148e99f5 -r 1fdb801384f2 connections/img/sidenav_top.jpg Binary file connections/img/sidenav_top.jpg has changed