aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_tree_dir.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo_tree_dir.html')
-rw-r--r--templates/repo_tree_dir.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo_tree_dir.html b/templates/repo_tree_dir.html
index 0af63d6..cb5b264 100644
--- a/templates/repo_tree_dir.html
+++ b/templates/repo_tree_dir.html
@@ -9,7 +9,7 @@
<div class="padding-wrapper">
<table id="file-tree">
<thead>
- <tr>
+ <tr class="title-row">
<th colspan="3">
/{{ .path_spec }}/ on {{ .ref }}
</th>
@@ -40,7 +40,7 @@
{{ if .readme }}
<table id="readme">
<thead>
- <tr>
+ <tr class="title-row">
<th>
README.md
</th>