New CSS for Blog Module
This is code that can be pasted into the bottom of your current style sheet if you're getting the "Missing Styles" warning from the Blog Module. See the documentation for the Blog Module for details.
/* Tree navigation formatting */
div.orgtree {
margin: 0px 1em 0px -1em;
}
div.orgtree span ul {
list-style: none;
padding: 0px 0px 0px 1em;
margin: 0px 0px 0px 0px;
}
div.orgtree span ul li {
padding: 0px 0px 6px 0px;
line-height: 1.2em;
margin: 0px 0px 3px 0px;
}
div.orgtree span ul li ul {
padding: 6px 0px 0px 1em;
}
div.orgtree span ul li.orgtree_li_exp {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
div.orgtree span ul li.orgtree_li_exp, div.orgtree span ul li.orgtree_li_sel {
list-style: none;
font-weight:bold;
}
div.orgtree span ul li.orgtree_li {
list-style: none;
font-weight:normal;
}
/* List formatting for _ListNav, _ListRecent and _MonthNav output */
div.orglist {
margin: 0px 1em 0px -1em;
}
div.orglist span ul {
list-style: none;
padding: 0px 0px 0px 1em;
margin: 0px 0px 0px 0px;
}
div.orglist span ul li {
padding: 0px 0px 6px 0px;
margin: 0px 0px 3px 0px;
line-height: 1.2em;
list-style: none;
}
div.list span ul li.orgnav_li_sel {
font-weight:bold;
list-style: none;
}
div.orghead {
margin-left: 1em;
margin-bottom: .25em;
font-weight: bold;
}
p.list_footer_links {
font-size:.85em;
padding-bottom:12px;
}