9 lines
140 B
CSS
9 lines
140 B
CSS
|
.recent_status {
|
||
|
font-family: sans-serif;
|
||
|
margin: 4px;
|
||
|
}
|
||
|
.timeago {
|
||
|
font-size: 0.8em;
|
||
|
color: #ccc;
|
||
|
margin-left:10px;
|
||
|
}
|