From 382388b029546068030bb1c758415d1fbc3eb028 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 21 Nov 2009 13:20:21 -0800 Subject: [PATCH] Move some sass code to where it should be for this welcome page. --- .../frameworks/blueprint/templates/project/screen.sass | 6 ------ .../blueprint/templates/project/welcome.html.haml | 7 +++++-- 2 files changed, 5 insertions(+), 8 deletions(-) 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!