[tor-commits] [webwml/master] Shrink icons and give them a margin

atagar at torproject.org atagar at torproject.org
Sun Jul 9 17:08:00 UTC 2017


commit 5214fe9b11465b870fa257af65bad874bdc5e091
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Jul 9 09:31:21 2017 -0700

    Shrink icons and give them a margin
    
    Much better. Shrinking the icons from 24x24 to 20x20 and ensuring there's a
    little gap between the columns.
---
 about/en/corepeople_alternate.wml |   7 +++++--
 images/pgp-key.png                | Bin 1445 -> 1191 bytes
 images/twitter-small.png          | Bin 3733 -> 3577 bytes
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/about/en/corepeople_alternate.wml b/about/en/corepeople_alternate.wml
index 3c8e216..054f0e7 100644
--- a/about/en/corepeople_alternate.wml
+++ b/about/en/corepeople_alternate.wml
@@ -18,13 +18,17 @@ table.people td {
   width: 50%;
 }
 
+table.people tr td:first-child {
+  padding-right: 10px;
+}
+
 .photo {
   width: 145px;
   float: left;
 }
 
 .icon {
-  width: 24px;
+  width: 20px;
   margin-right: 4px;
   padding: 0px;
   float: right;
@@ -40,7 +44,6 @@ table.people td {
   font-family: "Montserrat";
   font-size: 0.9rem;
   padding-top: 15px;
-  padding-right: 5px;
 }
 
 .description a, .field a, .name a {
diff --git a/images/pgp-key.png b/images/pgp-key.png
index fc99703..3de325a 100644
Binary files a/images/pgp-key.png and b/images/pgp-key.png differ
diff --git a/images/twitter-small.png b/images/twitter-small.png
index 43e4330..25c62ca 100644
Binary files a/images/twitter-small.png and b/images/twitter-small.png differ





More information about the tor-commits mailing list