Browse code

Fix css in people page and isa photo

hiro authored on 25/04/2018 15:54:03
Showing 3 changed files
... ...
@@ -44,7 +44,8 @@ body {
44 44
 
45 45
 	h1#logo a,
46 46
 	h1#logo a:visited {
47
-		background: url(../images/tor-logo.png) left top no-repeat;
47
+	    background: url(../images/tor-logo.png) left top no-repeat;
48
+	    background-size: 150px 97px;
48 49
 		text-indent: -9999px;
49 50
 		overflow: hidden;
50 51
 		width: 150px;
... ...
@@ -10,8 +10,11 @@ table.people tr td:first-child {
10 10
 }
11 11
 
12 12
 .photo {
13
-  width: 145px;
13
+  width: 128px;
14 14
   float: left;
15
+  border-radius: 10%;
16
+  overflow: hidden;
17
+  margin-right: 10px;
15 18
 }
16 19
 
17 20
 .icon {
18 21
Binary files a/images/people/isabela.png and b/images/people/isabela.png differ