diff options
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;"> |