[tor-commits] [webwml/master] Fix css in people page and isa photo

hiro at torproject.org hiro at torproject.org
Wed Apr 25 13:54:09 UTC 2018


commit 03008936cc8603fa26a53fad73d4d3da40e22e85
Author: hiro <hiro at torproject.org>
Date:   Wed Apr 25 15:54:03 2018 +0200

    Fix css in people page and isa photo
---
 css/layout.css            |   3 ++-
 css/people-table.css      |   5 ++++-
 images/people/isabela.png | Bin 26123 -> 46938 bytes
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/css/layout.css b/css/layout.css
index 6bb3458a..33cba6dc 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -44,7 +44,8 @@ body {
 
 	h1#logo a,
 	h1#logo a:visited {
-		background: url(../images/tor-logo.png) left top no-repeat;
+	    background: url(../images/tor-logo.png) left top no-repeat;
+	    background-size: 150px 97px;
 		text-indent: -9999px;
 		overflow: hidden;
 		width: 150px;
diff --git a/css/people-table.css b/css/people-table.css
index 60d405fb..96a07d75 100644
--- a/css/people-table.css
+++ b/css/people-table.css
@@ -10,8 +10,11 @@ table.people tr td:first-child {
 }
 
 .photo {
-  width: 145px;
+  width: 128px;
   float: left;
+  border-radius: 10%;
+  overflow: hidden;
+  margin-right: 10px;
 }
 
 .icon {
diff --git a/images/people/isabela.png b/images/people/isabela.png
index b6dc84d3..924f6b41 100644
Binary files a/images/people/isabela.png and b/images/people/isabela.png differ



More information about the tor-commits mailing list