tooty/style.css
Nicolas Perriault f03bd90a21 First working prototype. (#1)
* Implement OAuth2 authentication flow.
* Boostrap styling
* @vjousse review.
2017-04-20 09:33:32 +02:00

28 lines
297 B
CSS

.status {
min-height: 75px;
}
.reblog > p:first-of-type {
color: #999;
}
.panel-heading {
font-weight: bold;
}
.avatar {
display: block;
float: left;
width: 17%;
border-radius: 50%;
margin-right: .5em;
}
.username {
font-weight: bold;
}
.status-text {
margin-left: 1em;
}