user background

This commit is contained in:
Rushabh Mehta
2012-02-29 18:38:18 +05:30
parent 79ae16506b
commit 412a65c23c
10 changed files with 91 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
body {
{% if doc.background_image %}
background: url("files/{{ doc.background_image }}") repeat !important;
background: url("files/{{ doc.background_image }}") repeat;
{% elif doc.background_color %}
background-color: #{{ doc.background_color }};
{% endif %}