* i2psnark:

- Fix end-game deadlock
      - Fix last-modified check for multifile torrents, causing
        apparent loss of data after abnormal exit
      - UI Tweaks
This commit is contained in:
zzz
2010-12-12 14:49:30 +00:00
parent d4b0bfda7e
commit 7c63866c51
10 changed files with 66 additions and 21 deletions

View File

@@ -361,6 +361,14 @@ td:first-child {
color: #dd7 !important;
}
.choked {
color: #f00000 !important;
}
.unchoked {
color: #00f000 !important;
}
.thumb {
max-height: 64px;
max-width: 96px;

View File

@@ -365,6 +365,14 @@ td:first-child {
color: #505 !important;
}
.choked {
color: #a00000 !important;
}
.unchoked {
color: #008000 !important;
}
.thumb {
max-height: 64px;
max-width: 96px;