initial
This commit is contained in:
@ -0,0 +1,28 @@
|
||||
.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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user