style tweaks

This commit is contained in:
albert
2011-11-14 16:19:54 -05:00
parent 65f62e0245
commit b9db753164
7 changed files with 212 additions and 79 deletions

View File

@@ -134,20 +134,16 @@ div#c-posts {
div#a-show {
menu#post-sections {
font-size: $h2_size;
font-weight: bold;
line-height: 1.25em;
margin-top: 1em;
font-size: $h3_size;
li {
padding: 0;
margin: 0 0.5em 0 0;
padding: 0.25em 0.5em;
a {
color: $link_dark_color;
}
&.active a {
color: $link_color;
&.active {
background-color: $menu_color;
font-weight: bold;
@include border-radius(4px);
}
}
}