commit 81fe8ba192535114c2ff6207c4eb55dd203ccd88 Author: cypherpunks cypherpunks@torproject.org Date: Sat May 27 13:28:41 2017 +0000
Remove the static width from the status column --- templates/search/do.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/search/do.html b/templates/search/do.html index 41c3175..006860f 100644 --- a/templates/search/do.html +++ b/templates/search/do.html @@ -55,7 +55,7 @@ <table class="table table-bordered table-striped" id="torstatus_results"> <thead> <tr> - <th style="width:16px;"> </th> + <th></th> <th>Nickname</th> <th>Bandwidth</th> <th>Uptime</th>