Skip to content

Commit

Permalink
Added missing CSS width units to some HostBrowser.html styling
Browse files Browse the repository at this point in the history
  • Loading branch information
luccioman committed Oct 26, 2018
1 parent 0b1d2cb commit 9f8e199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htroot/HostBrowser.html
Expand Up @@ -187,8 +187,8 @@ <h1>Index Browser</h1>
<table class="sortable" style="float:left; border-width: 0">
<thead>
<tr>
<th style="text-align:center; width:32"></th>
<th style="text-align:left; width: 600" class="listing">Path</th>
<th style="text-align:center; width:32px"></th>
<th style="text-align:left; width: 600px" class="listing">Path</th>
<th style="text-align:right; padding:2px;" class="listingem">stored</th>
<th style="text-align:right; padding:2px;" class="listingem">linked</th>
<th style="text-align:right; padding:2px;" class="listingem">pending</th>
Expand Down

0 comments on commit 9f8e199

Please sign in to comment.