From 91f0190184b605a47183d9741ea0f08e208c2cb2 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Mon, 27 Jun 2011 16:59:21 -0400 Subject: Included Sass files which should have been in my previous commit. Oops! How embarrassing. Also I've updated the gitignore. --- themes/classic/sass/partials/_page.scss | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 themes/classic/sass/partials/_page.scss (limited to 'themes/classic/sass/partials/_page.scss') diff --git a/themes/classic/sass/partials/_page.scss b/themes/classic/sass/partials/_page.scss deleted file mode 100644 index d8ff5449..00000000 --- a/themes/classic/sass/partials/_page.scss +++ /dev/null @@ -1,13 +0,0 @@ -html { - background: $page-bg image-url('line-tile.png') top left; -} -body { - > div { - background: $sidebar-bg image-url('noise.png') top left; - border-bottom: 1px solid $page-border-bottom; - > div { - background: $main-bg image-url('noise.png') top left; - border-right: 1px solid $sidebar-border; - } - } -} -- cgit v1.2.1