JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix typos
[wfpl-cms.git] / styl.styl
index 2ac584a..051415d 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
@@ -19,7 +19,7 @@ window-bg = #e6e7e8
 // always show vertical scrollbar, so content doesn't shift around when
 // switching from tall to short pages
 html
-    overflow-y: scroll
+       overflow-y: scroll
 
 header, hgroup, section, footer, aside, nav, article, figure, img
        display: block
@@ -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,