1. Reordered configs in Rakefile based on importance.

2. Refactored stylesheets to simplify dreictory trees.
This commit is contained in:
Brandon Mathis
2011-06-22 12:29:23 -04:00
parent b9b9eb09c1
commit a2ab1d4802
20 changed files with 37 additions and 31 deletions

View File

@ -0,0 +1,18 @@
html {
background: $page-bg inline-image('line-tile.png') top left;
}
body {
border: 0 0 1px 0 solid darken($page-bg, 5);
> div {
background-color: $sidebar-bg;
border-bottom: 1px solid $page-border-bottom;
> div {
background-color: $main-bg;
border-right: 1px solid $sidebar-border;
}
}
}
@media only screen and (min-width: 1400px) {
body { border: 0 1px 0 solid darken($page-bg, 5); }
}