I finally got my journal page looking like I wanted with tags in the sidebar. This is the css that did the trick:
.sidebox #tags_sidebox a {
display: block;
text-align: left;
font-size: 11px;
}
#tags_sidebox {
color: #f7fff7;
font-size:0;
}
(I also got rid of the hover effect on the tags, because I couldn't figure out how to make it not go across the entire sidebar and look scuzzy.) The tags hadn't been showing up before, though, because the numbering was off in the sidebar options. You'd think it would just default to something instead of not showing up at all.
.sidebox #tags_sidebox a {
display: block;
text-align: left;
font-size: 11px;
}
#tags_sidebox {
color: #f7fff7;
font-size:0;
}
(I also got rid of the hover effect on the tags, because I couldn't figure out how to make it not go across the entire sidebar and look scuzzy.) The tags hadn't been showing up before, though, because the numbering was off in the sidebar options. You'd think it would just default to something instead of not showing up at all.
Tags: