Commit 5b9e45e9f1f8b9c3916693331d6b8be31627301d

Authored by Daniela Feitosa
1 parent 87562abc

Styling banner on people block

Showing 1 changed file with 13 additions and 0 deletions   Show diff stats
style.css
... ... @@ -572,6 +572,19 @@ div#article-parent {
572 572 display: none;
573 573 }
574 574  
  575 +#content .display-people-block .banner-span {
  576 + background-color: #f15921;
  577 + color: #FFF;
  578 + font-size: 24px;
  579 + font-weight: normal;
  580 +}
  581 +
  582 +.box-1 .display-people-block .banner-span,
  583 +.common-profile-list-block .vcard a {
  584 + width: 108px;
  585 + height: 57px;
  586 +}
  587 +
575 588 #content .display-people-block .vcard a.profile_link {
576 589 height: 52px;
577 590 margin: 0;
... ...