style/js fixes

This commit is contained in:
albert
2011-11-03 16:30:06 -04:00
parent 694eefd314
commit d09e80d2f4
11 changed files with 45 additions and 42 deletions

View File

@@ -144,12 +144,21 @@ div#c-posts {
div#a-show {
menu#post-sections {
font-size: $h3_size;
font-size: $h2_size;
font-weight: bold;
line-height: 1.25em;
li a {
color: $link_color;
li {
padding: 0;
margin: 0 0.5em 0 0;
a {
color: $link_dark_color;
}
&.active a {
color: $link_color;
}
}
}