diff options
-rw-r--r-- | lightweight/static/css/main.css | 2 | ||||
-rw-r--r-- | lightweight/static/images/bg.png | bin | 0 -> 6862 bytes |
2 files changed, 1 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 0000000..9ee4c6b --- /dev/null +++ b/lightweight/static/images/bg.png |