Clean up some css
alex wennerberg alex@alexwennerberg.com
Fri, 13 Nov 2020 19:28:53 -0800
3 files changed,
12 insertions(+),
3 deletions(-)
M
templates/index.html
→
templates/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.html
→
templates/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.css
→
templates/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;