diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-11 06:59:13 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-11 06:59:13 +0000 |
commit | 8ac695cf14f0bb4b718de6d4bcbf3c8623079fe2 (patch) | |
tree | 222d437c8f467b0e6516d5e5812e205845f724c4 /ui/html/pages/organisations | |
parent | 7edf5bb90d002c39b474f87744f19c318783651c (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.html | 2 |
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 }} |