Commit 27239386d3a8a1ddd5bce7dc658518f01c656b28
1 parent
7d38b2ba
first
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/site/contact.php
... | ... | @@ -46,7 +46,7 @@ $this->registerJsFile('js/contact.js'); |
46 | 46 | <td> |
47 | 47 | <table cellspacing="0" cellpadding="0" border="0"> |
48 | 48 | <tr> |
49 | - <td class="ico-skype-text">artwebstudio</td> | |
49 | + <td class="ico-skype-text"><a style="color: #ffffff;font-size: 16px;font-family: arial;text-decoration: none; cursor: pointer" href="skype:artwebstudio">artwebstudio</a></td> | |
50 | 50 | </tr> |
51 | 51 | </table> |
52 | 52 | </td> |
... | ... | @@ -61,7 +61,7 @@ $this->registerJsFile('js/contact.js'); |
61 | 61 | <td> |
62 | 62 | <table cellspacing="0" cellpadding="0" border="0"> |
63 | 63 | <tr> |
64 | - <td class="ico-skype-text"><a href="mailto:m@arweb.ua"></a>m@arweb.ua</td> | |
64 | + <td class="ico-skype-text"><a style="cursor: pointer" href="mailto:m@arweb.ua"></a>m@arweb.ua</td> | |
65 | 65 | </tr> |
66 | 66 | </table> |
67 | 67 | </td> | ... | ... |