feat: add left vsplit persudo class
This commit is contained in:
parent
87cf6bca65
commit
36641effb1
1 changed files with 13 additions and 0 deletions
|
@ -607,6 +607,10 @@ html {
|
|||
color: #ffffffcc;
|
||||
}
|
||||
|
||||
.left-vsplit:before {
|
||||
background: #e3e3e388;
|
||||
}
|
||||
|
||||
.post-tags {
|
||||
color: #999;
|
||||
padding-right: 280px;
|
||||
|
@ -717,3 +721,12 @@ html {
|
|||
}
|
||||
}
|
||||
|
||||
.left-vsplit:before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 1px;
|
||||
height: 10px;
|
||||
margin: 0 10px;
|
||||
background-color: #e3e3e3e3;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue