diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-02-02 22:43:36 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-10-12 21:48:50 +0200 |
commit | 425be8a27515d5988be047ac36d9db33b54ce5f2 (patch) | |
tree | 2504b7092b8fa11de1f1457284312bcd7c2cfc48 /blueview | |
parent | 5041eadf3121ad3454d5862c07efec2ad6f0afe0 (diff) |
Drop superfluous ikiwiki-reset from blueview theme, and move ikiwiki-style below boilerplate.
Diffstat (limited to 'blueview')
-rw-r--r-- | blueview/style.scss | 6 |
1 files changed, 5 insertions, 1 deletions
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: |