aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemlog.qtpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gititemlog.qtpl')
-rw-r--r--templates/gititemlog.qtpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/gititemlog.qtpl b/templates/gititemlog.qtpl
index a39fb77..436c1d2 100644
--- a/templates/gititemlog.qtpl
+++ b/templates/gititemlog.qtpl
@@ -12,14 +12,14 @@ type GitItemLogPage struct {
<div class="logs">
{% for _, c := range g.Commits %}
<div class="row">
- <div class="col-sm-2">
+ <div class="col-xxl-2">
{%s TimeFormat(c.Committer.When) %}
</div>
- <div class="col-sm-7">
+ <div class="col-xxl-7">
<pre>{%s c.Message %}</pre>
</div>
- <div class="col-sm-3">
- {%s c.Committer.Name %}
+ <div class="col-xxl-3">
+ <small>{%s c.Committer.Name %}</small>
</div>
</div>
{% endfor %}