From 3fb1fbe1b3c97f9e936d39654c5e4f422cb6ea4f Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Sat, 18 Sep 2010 16:19:51 +0000
Subject: [PATCH] I2PSnark: space savings!

---
 installer/resources/themes/console/snark.css | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/installer/resources/themes/console/snark.css b/installer/resources/themes/console/snark.css
index 39374caf8a..3f52e879c8 100644
--- a/installer/resources/themes/console/snark.css
+++ b/installer/resources/themes/console/snark.css
@@ -148,10 +148,12 @@ td:first-child {
 
 .snarkTorrentName {
      text-shadow:1px 1px #550000;
+	 padding: 2px 0 0;
 }
 
 .snarkTorrentAction {
      text-shadow:1px 1px #550000;
+	 padding: 0 0 1px;
 }
 
 .snarkTorrentEven {
@@ -160,7 +162,8 @@ td:first-child {
 }
 
 .snarkTorrentStatus {
-     line-height: 200%;
+/*     line-height: 100%; */
+     padding: 1px 0 2px;
 }
 
 .snarkTorrentStatus:first-child {
@@ -364,7 +367,7 @@ textarea {
 
 img {
      border: none;
-     margin: 3px 8px 5px 4px;
+     margin: 1px 3px 3px 4px;
      vertical-align: middle;
      opacity: 1.0;
      line-height: 100%;
-- 
GitLab