Fix invalid display of unstable messages
This commit is contained in:
parent
1d79d8be56
commit
04b4c40682
@ -502,6 +502,7 @@ h4 > code, h3 > code, .invisible > code {
|
||||
margin-left: 33px;
|
||||
margin-top: -13px;
|
||||
}
|
||||
|
||||
.content .stability::before {
|
||||
content: '˪';
|
||||
font-size: 30px;
|
||||
@ -510,6 +511,10 @@ h4 > code, h3 > code, .invisible > code {
|
||||
left: -13px;
|
||||
}
|
||||
|
||||
#main > .stability {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
nav {
|
||||
border-bottom: 1px solid;
|
||||
padding-bottom: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user