Commit 6db0323e2082ad9ecb72bb6279f89d4cf9b968d9
1 parent
03531c42
123
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
www-arktika/list.php
| ... | ... | @@ -120,7 +120,7 @@ |
| 120 | 120 | <tr> |
| 121 | 121 | <td align="center" valign="top" width="100%"> |
| 122 | 122 | <table border="0" cellpadding="0" cellspacing="0" width="682"> |
| 123 | - <tr><td background="list_images/top_white.png" width="100%" height="30" align="center" valign="top"> | |
| 123 | + <tr><td background="list_images/top_white.png" style="background-repeat: no-repeat;background-position: top center;" width="100%" height="30" align="center" valign="top"> | |
| 124 | 124 | |
| 125 | 125 | </td></tr> |
| 126 | 126 | <tr> |
| ... | ... | @@ -152,7 +152,7 @@ |
| 152 | 152 | </td> |
| 153 | 153 | </tr> |
| 154 | 154 | <tr> |
| 155 | - <td background="list_images/bottom_white.png" width="100%" style="background-position: bottom center;" align="center" valign="top"> | |
| 155 | + <td background="list_images/bottom_white.png" width="100%" style="background-repeat:no-repeat;background-position: bottom center;" align="center" valign="top"> | |
| 156 | 156 | <table border="0" cellpadding="0" cellspacing="0" width="620px"> |
| 157 | 157 | |
| 158 | 158 | <tr><td height="30px"></td> | ... | ... |