commit 5214fe9b11465b870fa257af65bad874bdc5e091 Author: Damian Johnson atagar@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 3c8e216e..054f0e72 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 fc997039..3de325ae 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 43e4330d..25c62ca7 100644 Binary files a/images/twitter-small.png and b/images/twitter-small.png differ
tor-commits@lists.torproject.org