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

@@ -1,3 +1,5 @@
@import "000_vars.css.scss";
header#top {
h1 {
font-size: 2.5em;
@@ -6,7 +8,7 @@ header#top {
menu {
margin-top: -2px;
background: #F7F7FF;
background: $menu_color;
padding: 6px 20px;
li {
@@ -24,8 +26,9 @@ header#top {
background: white;
li.current a {
background: #F7F7FF;
background: $menu_color;
font-weight: bold;
@include border-radius(4px 4px 0 0);
}
}
}