diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-18 19:17:26 -0300 |
---|---|---|
committer | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-18 19:17:26 -0300 |
commit | a4801a3c1680ea63e264ead5acb9e6285b25ad07 (patch) | |
tree | ed80967120a6129f3262447c0569746e950f45b6 /static/index.html | |
parent | 727b5701327a7e1c5f826f496b8e99c2004e471a (diff) |
catalog style
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html index b706e6b..4b175f6 100644 --- a/static/index.html +++ b/static/index.html @@ -46,7 +46,7 @@ {{ end }} {{ if .NewsItems }} - <div class="popup-box" style="margin-top:50px;"> + <div style="margin-top:50px;"> <table style="text-align: left; margin: 25px;"> <th> <tr><h4><a href="/news">{{ .PreferredUsername }} News</a></h4></tr> @@ -63,7 +63,7 @@ </div> {{ end }} - <div class="popup-box" style="margin-top:50px;"> + <div style="margin-top:50px;"> <h4 style="margin-bottom:5px;">Current known instances</h4> <span>(always use a proxy)</span> <table style="text-align: left; margin: 25px;"> |