diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-03-10 20:21:14 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-10-12 22:06:48 +0200 |
commit | 914acabd2984766627b82ed8fc8fc2d64d5bd9bc (patch) | |
tree | 9fbed9bf7edc16e8cd1854376a3aec44b94ffc25 /default | |
parent | e54823e22499a0f53ab4fc885eca756ed7056cdd (diff) |
Fix mixin names ikiwiki-basic and ikiwiki-site.
Diffstat (limited to 'default')
-rw-r--r-- | default/_ikiwiki.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default/_ikiwiki.scss b/default/_ikiwiki.scss index 517c4d2..71fede7 100644 --- a/default/_ikiwiki.scss +++ b/default/_ikiwiki.scss @@ -830,9 +830,9 @@ a.openid_large_btn:focus { @include ikiwiki-plugin-trail; } -@mixin ikiwiki-style-basic { +@mixin ikiwiki-basic { } -@mixin ikiwiki-style-site { +@mixin ikiwiki-site { @include ikiwiki-header; @include ikiwiki-inlineheader; @include ikiwiki-actions; |