diff options
Diffstat (limited to 'templates/repo_log.tmpl')
-rw-r--r-- | templates/repo_log.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_log.tmpl b/templates/repo_log.tmpl index 324ceeb..64e6783 100644 --- a/templates/repo_log.tmpl +++ b/templates/repo_log.tmpl @@ -12,7 +12,7 @@ <body class="repo-log"> {{- template "header" . -}} <div class="scroll"> - <table id="commits" class="wide"> + <table id="commits" class="wide rounded"> <thead> <tr class="title-row"> <th colspan="4">Commits {{ if .ref_name }} on {{ .ref_name }}{{ end -}}</th> |