diff options
Diffstat (limited to 'demos/quickstart/themes/PradoSoft')
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index a69a6540..799dbf36 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -1,9 +1,9 @@ html
{
- background-image: url('mantisbg.jpg');
+ background-image: url('mantisbg.jpg');
background-repeat: no-repeat;
background-position: top right;
-
+ background-color: white;
}
body {
|