JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
use sha1 instead of mtimes for images
[wfpl-cms.git] / styl.styl
index 2ac584a..8537dfb 100644 (file)
--- a/styl.styl
+++ b/styl.styl
@@ -1,5 +1,5 @@
 @require 'inc/wfpl/stylus-helpers.styl'
-@require '.image-mtimes.styl'
+@require '.sha1sums.styl'
 
 // dimensions
 site-width = 934px // inside the shadow
@@ -239,6 +239,7 @@ td > :first-child,
 th > :first-child,
 legend + *,
 article > :first-child,
+aside > :first-child,
 section > :first-child,
 nav > :first-child,
 div > :first-child,
@@ -249,6 +250,7 @@ td > :last-child,
 th > :last-child,
 fieldset > :last-child,
 article > :last-child,
+aside > :last-child,
 section > :last-child,
 nav > :last-child,
 div > :last-child,