mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 10:50:24 +00:00
16 lines
277 B
CSS
16 lines
277 B
CSS
table tr .activity-date {
|
|
border-top: 0;
|
|
}
|
|
table .activity-detail {
|
|
word-break: break-word;
|
|
}
|
|
table .activity-detail div {
|
|
display: inline;
|
|
}
|
|
table .activity-detail span {
|
|
color: #888;
|
|
}
|
|
table .activity-detail span:hover {
|
|
color: #333;
|
|
text-decoration: underline;
|
|
} |