From 8e15bf45529fdef04ee4fb1d137d3bd951ef2e4c Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 4 Jun 2015 11:52:05 -0400 Subject: [PATCH] fix typos --- Makefile | 2 +- styl.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5787916..bd18a82 100644 --- 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)\""; \ diff --git a/styl.styl b/styl.styl index 8537dfb..051415d 100644 --- 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 -- 1.7.10.4