Team members

Signed-off-by: Graham Campbell <graham@mineuk.com>
This commit is contained in:
James Brooks
2015-01-04 19:06:08 +00:00
committed by Graham Campbell
parent 2790218530
commit b6596e722d
9 changed files with 256 additions and 3 deletions

View File

@@ -59,5 +59,24 @@ body.dashboard {
padding: 8px 0;
}
}
.user-grid {
.user {
img {
border-radius: 5px;
margin-bottom: 15px;
border: 0;
}
.name {
font-weight: 600;
}
.email {
color: #444;
margin-top: 4px;
}
}
}
}
}