1
0
Fork 0
tooty/style.css

28 lines
297 B
CSS
Raw Normal View History

.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;
}