.dash-stats-karma {display:none;}
dash-stats-table tr:first-child {display:none;visibility: collapse;}
(ht)plurk-dashboard (ht)dash-stats table {height: auto;}
.dash-stats-karma {
display:none;
}
dash-stats-table tr:first-child {
display:none;
visibility: collapse;
}
add # to dash-stats, i could not figure out how to escape tags LOL
for other rows, replace :first-child with :nth-child(insert number here)
removing the extra space that results from above can be done with
(ht)plurk-dashboard (ht)dash-stats table {
height: auto;
}
apparently i can share this