Code and data for arewedecentralizedyet.online and related projects
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix HTML/CSS errors

+4 -4
+1 -1
www/css/index.css
··· 81 81 padding-right: 0px; 82 82 } 83 83 84 - .contributors-table th.users, td.users, th.shannon, td.users { 84 + .contributors-table th.users, .contributors-table td.users, .contributors-table th.shannon, .contributors-table td.shannon { 85 85 text-align: right; 86 86 padding-left: 0px; 87 87 padding-right: 0px;
+3 -3
www/index.html
··· 103 103 <col class="fit"> 104 104 </colgroup> 105 105 <thead> 106 - <tr><th class="host">Host</th><th class="shannon">Change</th><th class="users">Users</th></td></tr> 106 + <tr><th class="host">Host</th><th class="shannon">Change</th><th class="users">Users</th></tr> 107 107 </thead> 108 108 <tbody></tbody> 109 109 </table> ··· 139 139 <col class="fit"> 140 140 </colgroup> 141 141 <thead> 142 - <tr><th class="host">Host</th><th class="shannon">Change</th><th class="users">Users</th></td></tr> 142 + <tr><th class="host">Host</th><th class="shannon">Change</th><th class="users">Users</th></tr> 143 143 </thead> 144 144 <tbody></tbody> 145 145 </table> ··· 224 224 <col class="fit"> 225 225 </colgroup> 226 226 <thead> 227 - <tr><th class="host">Host</th><th class="shannon">Change</th><th class="users">Repos</th></td></tr> 227 + <tr><th class="host">Host</th><th class="shannon">Change</th><th class="users">Repos</th></tr> 228 228 </thead> 229 229 <tbody></tbody> 230 230 </table>