Improve PR about task links table

This commit is contained in:
Frederic Guillot
2016-03-09 21:25:41 -05:00
parent 7b20a14e8d
commit d798202835
6 changed files with 18 additions and 13 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,12 @@
/* tasklinks */
.tasklinks-table {
.task-links-table {
font-size: 0.85em;
}
.tasklinks-table td {
.task-links-table td {
vertical-align: middle;
}
}
.task-links-task-count {
color: #999;
}