diff --git a/404.html b/404.html index 3ea8849..d1849c6 100644 --- a/404.html +++ b/404.html @@ -40,6 +40,6 @@ permalink: /404.html
diff --git a/_includes/footer.html b/_includes/footer.html index 34006b1..50e0145 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -77,7 +77,7 @@ diff --git a/_sass/_common.scss b/_sass/_common.scss index 1df00d7..b692a67 100644 --- a/_sass/_common.scss +++ b/_sass/_common.scss @@ -31,8 +31,10 @@ $site-base-font-weight: lighter; // Site background image and image sampling rules. // @mixin my-site-background { - background: url("../static/images/site-bg.png") repeat-y left top; - background-size: 100% 100%; + //background: url("../static/images/site-bg.png") repeat-y left top; + background: url("../static/images/site-bg.png") left top; + //background-size: 100% 100%; + background-size: auto auto; } // diff --git a/static/images/site-bg.png b/static/images/site-bg.png index 3fb9afe..3b61533 100644 Binary files a/static/images/site-bg.png and b/static/images/site-bg.png differ