Great theme!
My problem:
I am trying to create a child theme of Decode so i can implement some changes. I used the guide on http://codex.wordpress.org/Child_Themes to create one.
My problem is: the child theme doesn't seem to inherit the parents CSS and has no 'style' at all.
The style.css i use in my decode-child map:
/*
Theme Name: Decode Child
Theme URI: http://scotthsmith.com/projects/decode/
Description: Decode Theme
Author: Edwin van Thillo
Author URI: http://www.vanthillo.eu
Template: decode
Version: 1.0.0
*/
@import url("../decode/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
Can you help me?