design improvements to demo page

This commit is contained in:
Lokesh Dhakar
2011-11-03 20:40:46 -04:00
parent 0d06405241
commit 35e95c66af
12 changed files with 462 additions and 97 deletions

36
sass/_base.sass Normal file
View File

@@ -0,0 +1,36 @@
$bgColor: #222
$color: #888
$headingColor: #fff
$altColor: scale-color($color, $lightness: 50%)
$lightGray: #eee
$blue: #09a1ec
$orange: #e83
$green: #6bb445
$radius: 4px
@import "compass/reset"
@import "compass/css3"
/* float clearing for IE6 */
* html .clearfix
height: 1%
overflow: visible
/* float clearing for IE7 */
*+html .clearfix
min-height: 1%
/* float clearing for everyone else */
.clearfix:after
clear: both
content: "."
display: block
height: 0
visibility: hidden
font-size: 0