diff options
Diffstat (limited to 'lightweight/static/css/main.css')
-rw-r--r-- | lightweight/static/css/main.css | 2 |
1 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 { |