From 4abf6e619cc18ab8d4cb84e0dc5965ff58017504 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 1 Aug 2008 15:09:39 -0700 Subject: [PATCH] add some simple layout rules to the testcase --- test/fixtures/default/templates/application.sass | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/test/fixtures/default/templates/application.sass b/test/fixtures/default/templates/application.sass index 525780a..f604c7f 100644 --- a/test/fixtures/default/templates/application.sass +++ b/test/fixtures/default/templates/application.sass @@ -5,3 +5,17 @@ html body +blueprint + #main.container + #top + +span-24 + #middle + +span-24 + #left + +span-6 + #content + +span-12 + #right + +span-6 + +last + #bottom + +span-24 \ No newline at end of file