From 425be8a27515d5988be047ac36d9db33b54ce5f2 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 2 Feb 2011 22:43:36 +0100 Subject: Drop superfluous ikiwiki-reset from blueview theme, and move ikiwiki-style below boilerplate. --- blueview/style.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/blueview/style.scss b/blueview/style.scss index f99a55f..3f698f8 100644 --- a/blueview/style.scss +++ b/blueview/style.scss @@ -1,5 +1,5 @@ @import "ikiwiki"; -@include ikiwiki; +@include ikiwiki-boilerplate; /* bzed theme for ikiwiki * @@ -11,6 +11,10 @@ * but you're free to apply the GPLv2 to them, of course. */ /* ------------------------------------------------------------------------------------------------- + +// TODO: include only relevant parts, and move below reset +@include ikiwiki-style; + Based on reset-fonts-grids.css from yui. Copyright (c) 2008, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: -- cgit v1.2.3