diff --git a/lightweight/static/css/main.css b/lightweight/static/css/main.css index 6f9086d..6b8223a 100644 --- a/lightweight/static/css/main.css +++ b/lightweight/static/css/main.css @@ -17,7 +17,7 @@ body { font-size: .8em; line-height: 1.3; color: #111; - background: white; + background: white url(../images/bg.png) repeat scroll; } h1, h2, h3, h4, h5, h6 { diff --git a/lightweight/static/images/bg.png b/lightweight/static/images/bg.png new file mode 100644 index 0000000..9ee4c6b Binary files /dev/null and b/lightweight/static/images/bg.png differ