|
 3.5 Кб |
|
| Есть такой код
.gift_num{
color:#040707;
font-size:17px;
font-weight:bold;
margin:12px 15px;
}
.gift_num a{
float:right;
text-decoration:underline;
line-height:18px;
color:#D23A05;
}
|
нужно сделать как в opera.png | |
|
|
|
|
 4 Кб |
|
|
для: Filsh
(10.06.2010 в 15:51)
| | Код, где вызывается:
<p class="gift_num">
{g}Gift collection:{/g} <span>{$gifts_count}</span>
<a href="/_ratings/gifts.list.php?oid={$member_oid}">{g}View the gifts{/g}</a>
</p>
|
Здесь как в опере | |
|
|
|
|
|
|
|
для: Filsh
(10.06.2010 в 15:52)
| |
<p class="gift_num">
<a href="/_ratings/gifts.list.php?oid={$member_oid}">{g}View the gifts{/g}</a>
{g}Gift collection:{/g} <span>{$gifts_count}</span>
</p>
|
| |
|
|
|