Move some sass code to where it should be for this welcome page.
This commit is contained in:
parent
b69138059a
commit
382388b029
@ -39,9 +39,3 @@ body.three-col
|
|||||||
// true means it's the last column in the row
|
// true means it's the last column in the row
|
||||||
+column(!content_columns, true)
|
+column(!content_columns, true)
|
||||||
|
|
||||||
// This is just here to style the welcome page, please delete it.
|
|
||||||
body#welcome
|
|
||||||
#container
|
|
||||||
+container
|
|
||||||
h1
|
|
||||||
+column(24)
|
|
@ -10,8 +10,11 @@
|
|||||||
%style(type="text/css")
|
%style(type="text/css")
|
||||||
:sass
|
:sass
|
||||||
@import blueprint.sass
|
@import blueprint.sass
|
||||||
.foo
|
body#welcome
|
||||||
+column(8)
|
#container
|
||||||
|
+container
|
||||||
|
h1
|
||||||
|
+column(24)
|
||||||
%body#welcome.bp
|
%body#welcome.bp
|
||||||
#container
|
#container
|
||||||
%h1 Welcome to Compass!
|
%h1 Welcome to Compass!
|
||||||
|
Loading…
Reference in New Issue
Block a user