Added themes directory, improved javascript load and minification.

This commit is contained in:
Brandon Mathis
2011-06-07 16:12:46 -04:00
parent 6cba214513
commit aa23061624
62 changed files with 3729 additions and 1 deletions

View File

@ -0,0 +1,11 @@
body > header {
background-color: $header_bg;
h1 {
display: inline-block;
margin: 0;
a, a:visited {
color: $title_color;
text-decoration: none;
}
}
}