2017-10-22 23:13:21 +09:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
|
|
.tis-footer {
|
|
|
|
color: #a2a2a2;
|
|
|
|
font-size: small;
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
background: linear-gradient(to bottom, #f8f9fa, #fff)
|
|
|
|
}
|
|
|
|
|
2017-11-05 19:31:50 +09:00
|
|
|
.tis-word-wrap {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2017-11-07 00:39:07 +09:00
|
|
|
.tis-contribution-graph {
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
2017-10-22 23:13:21 +09:00
|
|
|
.list-group-item.border-bottom-only {
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-group-item.border-bottom-only:first-child {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-action-item {
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|