lib/gumdrop/template/source/theme/screen.css.scss in gumdrop-0.2.1 vs lib/gumdrop/template/source/theme/screen.css.scss in gumdrop-0.2.2

- old
+ new

@@ -1,3 +1,10 @@ @import "styles/tools"; -@include css-reset(); +@include css-reset(); +@include grid(); + +body { + font-family: Helvetica, Sans-Serif; + width: 960px; + margin: 0 auto; +} \ No newline at end of file