Fix css in people page and isa photo
hiro

hiro commited on 2018-04-25 15:54:03
Zeige 3 geänderte Dateien mit 5 Einfügungen und 1 Löschungen.

... ...
@@ -45,6 +45,7 @@ body {
45 45
 	h1#logo a,
46 46
 	h1#logo a:visited {
47 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 {