all repos — flounder @ 574cd34fd855e31a22511e226d26b9d25be4d99c

A small site builder for the Gemini protocol

Clean up some css
alex wennerberg alex@alexwennerberg.com
Fri, 13 Nov 2020 19:28:53 -0800
commit

574cd34fd855e31a22511e226d26b9d25be4d99c

parent

3fb8fb8a30e4be06a5582316ce84fe6a12b75ee3

3 files changed, 12 insertions(+), 3 deletions(-)

jump to
M templates/index.htmltemplates/index.html

@@ -3,11 +3,14 @@ {{template "header" .}}

<h1>🐟{{.PageTitle}}!</h1> {{template "nav.html" .}} <br> -Welcome to flounder! For more information and site updates, check out the <a href="//admin.{{$domain}}">admin page</a> +<p> +Welcome to flounder! For more information and site updates, check out the <a href="//admin.{{$domain}}">admin page</a></p> <h2>All users:</h2> {{ range .Users}} <a href="//{{.}}.{{$domain}}" class='person-link'>{{.}}</a> {{end}} +<br> +<br> <h2>Recently updated files:</h2> {{ range .Files }} <div>
M templates/my_site.htmltemplates/my_site.html

@@ -7,6 +7,7 @@ {{.AuthUser}}.{{$domain}}

</a> </h1> {{template "nav.html" .}} +<br> <h3>Your files:</h3> {{ define "file" }} <tr>
M templates/static/style.csstemplates/static/style.css

@@ -7,14 +7,19 @@ word-wrap: break-word;

background-color: white; line-height: 1.5; } -h1 { - margin-top: 0; + +h1, h2, h3, h4, h5, h6{ + margin-top:0; + margin-bottom:.2em; } body { background-color: lightgrey; } +table { + margin-left: 7px +} p { margin-bottom: .2em; line-height: 1.5;