* i2psnark:

- Show comment metadata on details page
   - Fix rar icon
   - Escape [] in URLs, chrome doesn't do it for us
   - Tweak column spacing
This commit is contained in:
zzz
2013-06-28 12:19:56 +00:00
parent eb5a23fc5b
commit 726eb58724
5 changed files with 100 additions and 5 deletions

View File

@@ -246,7 +246,7 @@ tfoot tr:nth-child(n+1) {
}
td {
padding: 1px;
padding: 2px 4px;
color: #001 !important;
opacity: 1;
font-size: 8pt;

View File

@@ -241,7 +241,7 @@ tfoot tr:nth-child(n+1) {
}
td {
padding: 1px;
padding: 2px 4px;
color: #ddd !important;
opacity: 1;
font-size: 8pt;

View File

@@ -254,7 +254,7 @@ tfoot tr:nth-child(n+1) {
}
td {
padding: 2px 1px;
padding: 2px 4px;
color: #501 !important;
opacity: 1;
font-size: 8pt;