Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
wfpl-cms.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90f0225
)
fix typos
author
Jason Woofenden
<jason@jasonwoof.com>
Thu, 4 Jun 2015 15:52:05 +0000
(11:52 -0400)
committer
Jason Woofenden
<jason@jasonwoof.com>
Thu, 4 Jun 2015 15:52:05 +0000
(11:52 -0400)
Makefile
patch
|
blob
|
history
styl.styl
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
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)\""; \
diff --git
a/styl.styl
b/styl.styl
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