13 lines
277 B
CSS
13 lines
277 B
CSS
|
.repository-events-table-element .notification-row i.fa {
|
||
|
margin-right: 6px;
|
||
|
}
|
||
|
|
||
|
.repository-events-table-element .notification-event-fields {
|
||
|
list-style: none;
|
||
|
padding: 0px;
|
||
|
margin-left: 28px;
|
||
|
margin-top: 3px;
|
||
|
font-size: 13px;
|
||
|
color: #888;
|
||
|
margin-bottom: 0px;
|
||
|
}
|