1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-04 23:44:25 +03:00

fixed html bugs on tag page

This commit is contained in:
Stepan Tanasiychuk 2011-10-10 01:29:59 +03:00
parent 51c693afaa
commit 6c93c6bef5
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<form action="#" method="GET" class="tags-search" id="tag_search_form">
<img src="{cfg name='path.static.skin'}/images/tagcloud.gif" border="0" style="margin-left: 13px;">&nbsp;
<img src="{cfg name='path.static.skin'}/images/tagcloud.gif" class="tagcloud" alt="" />&nbsp;
<input type="text" name="tag" value="{$sTag|escape:'html'}" class="tags-input" id="tag_search" >
</form>

View file

@ -112,4 +112,6 @@ table.table-talk a.favourite.active { background-position: -50px -40px; }
table.table-talk a.favourite:hover { background-position: -50px -40px; }
.right { float: right; }
span.green { color: #008000; }
span.green { color: #008000; }
img.tagcloud { border: 0; margin-left: 13px; }