Move some sass code to where it should be for this welcome page.

This commit is contained in:
Chris Eppstein 2009-11-21 13:20:21 -08:00
parent b69138059a
commit 382388b029
2 changed files with 5 additions and 8 deletions

View File

@ -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)

View File

@ -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!