Put back the user collapsing

This commit is contained in:
Robin Ward 2013-10-28 11:29:23 -04:00
parent 1775271d46
commit 098673ecc0
1 changed files with 36 additions and 0 deletions

View File

@ -214,6 +214,42 @@
}
}
.about.collapsed-info {
.controls {
margin-top: 0;
}
.details {
.secondary { display: none; }
.bio { display: none; }
.primary {
width: 100%;
text-align: left;
margin-top: 0;
.avatar {
float: left;
margin-right: 10px;
border: 2px solid white;
width: 45px;
height: 45px;
}
h1 {
font-size: 20px;
line-height: 22px;
}
h2 {
font-size: 17px;
line-height: 20px;
margin-top: 4px;
}
}
}
}
.user-stream {
.excerpt {
margin: 5px 0px;