Commit bc533458ffbe8a0b2c8746d99e662e17f67e496a

Authored by Valessio Brito
1 parent 4506f426

Fixando bug icon-blog no cms-homepage

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
style.css
... ... @@ -13,6 +13,11 @@ p {
13 13 font-size: 14px;
14 14 }
15 15  
  16 +.cms-homepage a.icon-blog {
  17 + background-repeat: no-repeat;
  18 + padding-left: 20px;
  19 +}
  20 +
16 21 /* Main style page */
17 22 body {
18 23 background: #FFF;
... ...