removed white line in quotes, cleaned up some markup

This commit is contained in:
Kris Aubuchon
2013-10-22 18:31:40 -04:00
parent 649b3d44a6
commit 0ef064fd93
2 changed files with 8 additions and 48 deletions

View File

@@ -8,7 +8,7 @@
html {
color: $black;
font: #{$base-font-size}/#{$base-line-height} $base-font-family;
background-color: $base-background-color;
background-color: #fff;
overflow-y: scroll;
-webkit-font-smoothing: subpixel-antialiased;
}