forked from I2P_Developers/i2p.i2p
* 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:
@@ -246,7 +246,7 @@ tfoot tr:nth-child(n+1) {
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 1px;
|
||||
padding: 2px 4px;
|
||||
color: #001 !important;
|
||||
opacity: 1;
|
||||
font-size: 8pt;
|
||||
|
||||
@@ -241,7 +241,7 @@ tfoot tr:nth-child(n+1) {
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 1px;
|
||||
padding: 2px 4px;
|
||||
color: #ddd !important;
|
||||
opacity: 1;
|
||||
font-size: 8pt;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user