diff --git a/assets/style.css b/assets/style.css index 1973a04..b0ee548 100644 --- a/assets/style.css +++ b/assets/style.css @@ -58,6 +58,11 @@ h1, h2 { margin-top: 0; } +.tools { + list-style-position: inside; + padding-left: 0; +} + @media (min-width: 650px) { .cols { grid-template-columns: repeat(2, 1fr); diff --git a/web/handler/common.go b/web/handler/common.go index cdff09d..f42fec1 100644 --- a/web/handler/common.go +++ b/web/handler/common.go @@ -22,7 +22,7 @@ var TplCommonMap = map[string]string{