mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
22 lines
290 B
CSS
22 lines
290 B
CSS
#users-table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
#users-table th,
|
|
#users-table td {
|
|
padding: 2px 5px;
|
|
}
|
|
|
|
#users-table th {
|
|
text-align: left;
|
|
}
|
|
|
|
#users-table td {
|
|
border: solid 1px #eee;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#users-table .avatar {
|
|
padding-right: 1px;
|
|
vertical-align: text-bottom;
|
|
}
|