diff --git a/lib/compass/frameworks/blueprint/templates/project/screen.sass b/lib/compass/frameworks/blueprint/templates/project/screen.sass index 82346e35..fff485eb 100644 --- a/lib/compass/frameworks/blueprint/templates/project/screen.sass +++ b/lib/compass/frameworks/blueprint/templates/project/screen.sass @@ -39,9 +39,3 @@ body.three-col // true means it's the last column in the row +column(!content_columns, true) -// This is just here to style the welcome page, please delete it. -body#welcome - #container - +container - h1 - +column(24) \ No newline at end of file diff --git a/lib/compass/frameworks/blueprint/templates/project/welcome.html.haml b/lib/compass/frameworks/blueprint/templates/project/welcome.html.haml index 032fb3f3..89aec1c4 100644 --- a/lib/compass/frameworks/blueprint/templates/project/welcome.html.haml +++ b/lib/compass/frameworks/blueprint/templates/project/welcome.html.haml @@ -10,8 +10,11 @@ %style(type="text/css") :sass @import blueprint.sass - .foo - +column(8) + body#welcome + #container + +container + h1 + +column(24) %body#welcome.bp #container %h1 Welcome to Compass!