JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix typos
authorJason Woofenden <jason@jasonwoof.com>
Thu, 4 Jun 2015 15:52:05 +0000 (11:52 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 4 Jun 2015 15:52:05 +0000 (11:52 -0400)
Makefile
styl.styl

index 5787916..bd18a82 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ style.css: styl.styl .sha1sums.styl
 
 .sha1sums.styl: $(images)
        ( \
-               echo -n 'mtimes = {'; \
+               echo -n 'sha1 = {'; \
                div=' '; \
                for x in $^; do \
                        echo -n "$$div '$$x': \"$$x?m=$$(sha1sum < $$x | head -c 10)\""; \
index 8537dfb..051415d 100644 (file)
--- a/styl.styl
+++ b/styl.styl
@@ -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