diff --git a/static/greyzz.png b/static/greyzz.png deleted file mode 100644 index 9c91922..0000000 Binary files a/static/greyzz.png and /dev/null differ diff --git a/static/style.css b/static/style.css index ea84e45..85a2bf0 100644 --- a/static/style.css +++ b/static/style.css @@ -48,7 +48,6 @@ h1 { html, body { /* structural */ - height:100%; min-height:100%; margin:0; border:0; @@ -58,10 +57,17 @@ html, body { font-family:"Helvetica Neue","Segoe UI",Arial,sans-serif; font-size:13px; line-height:1.4; - background:#DDD url('greyzz.png'); /* thanks subtlepatterns.com ! */ color:#333; } +/* Create background pattern by layering two gradients */ +html { + background: repeating-linear-gradient(45deg, #FFF, #f8f8f8 5px, #fff 10px); +} +body { + background: repeating-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,255) 5px, rgba(255,255,255,0) 10px); +} + #container { margin:0 auto; width:960px;