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 {
h1#logo a,
h1#logo a:visited {
background: url(../images/tor-logo.png) left top no-repeat;
+ background-size: 150px 97px;
text-indent: -9999px;
overflow: hidden;
width: 150px;
@@ -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 {