diff --git a/sass/susy/_reset.scss b/sass/susy/_reset.scss index ed537938..3ee14f42 100644 --- a/sass/susy/_reset.scss +++ b/sass/susy/_reset.scss @@ -1,10 +1,9 @@ //** Susy Reset **// +/* Reset --------------------------------------------------------------*/ -/* @group reset */ @import "compass/reset"; -// HTML5 reset -@include reset-html5; +/* HTML5 Reset --------------------------------------------------------------*/ -/* @end */ +@include reset-html5; \ No newline at end of file diff --git a/templates/project/_base.scss b/templates/project/_base.scss index e2d0a259..d3adf17d 100644 --- a/templates/project/_base.scss +++ b/templates/project/_base.scss @@ -1,6 +1,6 @@ //** -// Susy: Fixed-Elastic-Fluid grids without all the math -// By: Eric A. Meyer and OddBird Collective +// Susy: Un-obtrusive grids for designers +// By: Eric A. Meyer and OddBird // Site: www.oddbird.net/susy/ //** @@ -16,7 +16,7 @@ $col-width: 4em; $gutter-width: 1em; $side-gutter-width: $gutter-width; -// Don't move this @import above the GRID and FONT-SIZE overrides. +// Don't move this @import above the GRID and FONT-SIZE variables. @import "susy/susy"; // Colors -------------------------------------------------------------- diff --git a/templates/project/_defaults.scss b/templates/project/_defaults.scss index 49e28787..da23e86c 100644 --- a/templates/project/_defaults.scss +++ b/templates/project/_defaults.scss @@ -3,7 +3,7 @@ // Based on the work of: // Andy Clarke: http://forabeautifulweb.com/ -/* Imports --------------------------------------------------------------*/ +// Imports --------------------------------------------------------------*/ @import "base"; @import "susy/reset"; @@ -196,7 +196,7 @@ dd { } /* Tables --------------------------------------------------------------*/ -/* tables still need 'cellspacing="0"' in the markup +/* tables still need 'cellspacing="0"' in the markup */ table { @include trailer; diff --git a/templates/project/ie.scss b/templates/project/ie.scss index 4244f0eb..c68d13f2 100644 --- a/templates/project/ie.scss +++ b/templates/project/ie.scss @@ -4,4 +4,7 @@ * * */ +// Imports --------------------------------------------------------------*/ + @import "base"; + diff --git a/templates/project/print.scss b/templates/project/print.scss index 9c76bb04..bc75c6a6 100644 --- a/templates/project/print.scss +++ b/templates/project/print.scss @@ -2,7 +2,7 @@ * Import this file using the following HTML or equivalent: * */ -/* Imports --------------------------------------------------------------*/ +// Imports --------------------------------------------------------------*/ @import "defaults"; @@ -16,6 +16,7 @@ * { // floated elements disappear when they overflow the page float: none !important; + background: none; } body { @include serif-family; diff --git a/templates/project/screen.scss b/templates/project/screen.scss index 69bfd6d3..aec74eeb 100644 --- a/templates/project/screen.scss +++ b/templates/project/screen.scss @@ -2,7 +2,7 @@ * Import this file using the following HTML or equivalent: * */ -/* Imports --------------------------------------------------------------*/ +// Imports --------------------------------------------------------------*/ @import "defaults";