1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

Merge branch '7.0'

This commit is contained in:
plt
2019-06-25 12:00:42 +08:00
7 changed files with 32 additions and 24 deletions

View File

@@ -1,6 +1,16 @@
table tr .activity-date {
border-top: 0;
}
table td .activity-detail {
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;
}