summaryrefslogtreecommitdiffstats
path: root/ui/html/pages/organisations
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-11 06:59:13 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-11 06:59:13 +0000
commit8ac695cf14f0bb4b718de6d4bcbf3c8623079fe2 (patch)
tree222d437c8f467b0e6516d5e5812e205845f724c4 /ui/html/pages/organisations
parent7edf5bb90d002c39b474f87744f19c318783651c (diff)
Adds small-font css
Basing CSS styles on the look and feel of cgit, this commit actually includes the cgit css file in the tree for reference. I don't want to get too carried away with CSS at this point but this is a start.
Diffstat (limited to 'ui/html/pages/organisations')
-rw-r--r--ui/html/pages/organisations/list.tmpl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/html/pages/organisations/list.tmpl.html b/ui/html/pages/organisations/list.tmpl.html
index b29d7a6..7185893 100644
--- a/ui/html/pages/organisations/list.tmpl.html
+++ b/ui/html/pages/organisations/list.tmpl.html
@@ -1,6 +1,6 @@
{{ define "title" }}Organisations{{end}}
{{ define "main" }}
-<h2>Organisations</h2>
+<h3>Organisations</h3>
<p>There is nothing to see here yet.</p>
{{ end }}