Plugin Directory

Changeset 1035993


Ignore:
Timestamp:
12/01/2014 03:21:06 PM (11 years ago)
Author:
cina
Message:

update style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-classified/trunk/includes/_functions.php

    r1035976 r1035993  
    681681        $main_link .= "&lid=" . (int)$lastAd->lists_id;
    682682      $out .= " (". $lastAd->c_name . " - <a href=\"". $main_link . "\">". $lastAd->l_name . "</a>)";
    683       $out .= "<span style='color:#777'>&nbsp;- @" . $lastAd->author_name ." ". @date($wpcSettings['date_format'],$lastAd->date)."<span>";
     683      $out .= "<span class='smallTxt'>&nbsp;- @" . $lastAd->author_name ." ". @date($wpcSettings['date_format'],$lastAd->date)."<span>";
    684684    }
    685685    $out .= "</li>\n";
Note: See TracChangeset for help on using the changeset viewer.