Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
--- 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 {
}
Binary file connections/img/sidenav_bottom.jpg has changed
Binary file connections/img/sidenav_top.jpg has changed