diff options
author | wei <> | 2007-01-25 07:24:40 +0000 |
---|---|---|
committer | wei <> | 2007-01-25 07:24:40 +0000 |
commit | 8526819baf7b6ad70097b5ab0370885da2f8bfe9 (patch) | |
tree | ac06c5d0fa36f8da009292ed7ba43d0e393fa7a2 /demos/quickstart/themes | |
parent | 682f7ef6933f4ad485baedddf7a30367d003d7bf (diff) |
Fixed some typo bugs.
Diffstat (limited to 'demos/quickstart/themes')
-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 {
|