diff options
-rw-r--r-- | blueview/style.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/blueview/style.scss b/blueview/style.scss index 9921720..7c3cd9d 100644 --- a/blueview/style.scss +++ b/blueview/style.scss @@ -1,7 +1,5 @@ @import "ikiwiki"; @include ikiwiki-boilerplate; -@include ikiwiki-reset; -@include ikiwiki-style-legacy; /* mobile/small-screen-friendly layout */ @media (max-width: 600px) { @@ -55,6 +53,10 @@ * these parts will stay under the BSD license, * 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. |