Facebook
From Rafael Gonçalves, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 465
  1. <div class="postsrelacionados">
  2.  <div class="title_postsr">Relacionadas</div>
  3.  <?php get_related_posts_thumbnails(); ?>
  4. </div>
  5.  
  6.  
  7. .postsrelacionados{
  8.         display:block;
  9.         width:100%;
  10.         float:left;
  11. }
  12. .postsrelacionados .title_postsr{
  13.         font-size:20px;
  14.         text-transform:uppercase;
  15.         letter-spacing:0.3em;
  16.         border-top:1px solid #ccc;
  17.         text-align:left;
  18.         padding-top:15px;
  19.         margin-bottom:10px;
  20. }