diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-08-07 09:02:26 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-08-07 09:02:26 -0400 |
commit | 928d27d2ad735d9c6c7ec4954a5a462181f482dd (patch) | |
tree | bb123b9a4175def7e35cc96874d48e0b98299129 /app/Template/event/task_update.php | |
parent | 1dc947eac4c67770deb1ea04b2e7a63ceb6241a7 (diff) |
Reduce number of font size
Diffstat (limited to 'app/Template/event/task_update.php')
-rw-r--r-- | app/Template/event/task_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/event/task_update.php b/app/Template/event/task_update.php index 7c7507c0..2608f623 100644 --- a/app/Template/event/task_update.php +++ b/app/Template/event/task_update.php @@ -3,7 +3,7 @@ $this->text->e($author), $this->url->link(t('#%d', $task['id']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ) ?> - <span class="activity-date"><?= $this->dt->datetime($date_creation) ?></span> + <small class="activity-date"><?= $this->dt->datetime($date_creation) ?></small> </p> <div class="activity-description"> <p class="activity-task-title"><?= $this->text->e($task['title']) ?></p> |