Style improvements to profile header

This commit is contained in:
Victoria Wang 2014-11-09 22:46:11 -06:00
parent f3ee315336
commit 5dcac62bf2

View file

@ -721,14 +721,14 @@ a.tag:hover {
margin-left: 0; margin-left: 0;
} }
.interior .header-Outro .stats { .interior .header-Outro .stats {
margin-bottom: 1.2em; margin-bottom: 1.3em;
float: left; float: left;
width: 100%; width: 100%;
margin-top: 2em; margin-top: 1.9em;
} }
.interior .header-Outro .stats strong { .interior .header-Outro .stats strong {
font-size: 1.5em; font-size: 1.5em;
font-weight: bold; font-weight: normal;
color: #DAEEA5; color: #DAEEA5;
} }
.interior .header-Outro .stats span { .interior .header-Outro .stats span {
@ -739,8 +739,9 @@ a.tag:hover {
} }
.interior .header-Outro .stats .stat { .interior .header-Outro .stats .stat {
float: left; float: left;
width: 90px;
text-align: center; text-align: center;
margin-right: 28px;
color: #84997E;
} }
.interior .header-Outro .stats .stat.tips { .interior .header-Outro .stats .stat.tips {
width: 60px; width: 60px;
@ -850,6 +851,7 @@ a.tag:hover {
.title-with-badge { .title-with-badge {
float: left; float: left;
width: 100%; width: 100%;
margin-bottom: 3px;
} }
.title-with-badge span { .title-with-badge span {
float: left; float: left;