Fix size detection of >10M files and add a toggle link to show/hide already download sings

This commit is contained in:
Némunaire 2012-10-31 21:09:35 +01:00
commit da8345eca6
3 changed files with 17 additions and 2 deletions

View file

@ -194,3 +194,7 @@ div.clip:hover a.tp
{
display: block;
}
div.hidden {
display: none;
}