2019-05-30 18:52:14 +08:00

29 lines
464 B
Stylus

.links-of-blogroll {
margin-top: 10px;
font-size: 13px;
}
.links-of-blogroll-title {
margin-top: 0;
font-size: 14px;
font-weight: $font-weight-bold;
}
.links-of-blogroll-list {
margin: 0;
padding: 0;
list-style: none;
}
.links-of-blogroll-item {
padding: 2px 10px;
a, span.exturl {
max-width: 280px;
box-sizing: border-box;
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}