Commit 258249e846a4c47afe49ae9b31c86663766d77a7
1 parent
e0abf20d
Exists in
master
and in
2 other branches
Changed style of members block title
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -621,6 +621,21 @@ outline: 1px dotted #DFDFDF; |
621 | 621 | margin-top: 5px; |
622 | 622 | } |
623 | 623 | |
624 | +/* Members block */ | |
625 | + | |
626 | +#content .box .members-block .block-title { | |
627 | + background: #FFFFFF; | |
628 | + border-top: none; | |
629 | + padding-bottom: 9px; | |
630 | +} | |
631 | + | |
632 | +#content .box .members-block .block-title span { | |
633 | + color: #8C8C8C; | |
634 | + display: block; | |
635 | + font-family: 'frente_h1regular'; | |
636 | + font-size: 30px; | |
637 | +} | |
638 | + | |
624 | 639 | .members-block .banner-div a { |
625 | 640 | background-color: #00A2EB; |
626 | 641 | color: #FFFFFF; | ... | ... |