Fix invalid display of unstable messages
This commit is contained in:
parent
1d79d8be56
commit
04b4c40682
1 changed files with 5 additions and 0 deletions
|
@ -502,6 +502,7 @@ h4 > code, h3 > code, .invisible > code {
|
||||||
margin-left: 33px;
|
margin-left: 33px;
|
||||||
margin-top: -13px;
|
margin-top: -13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .stability::before {
|
.content .stability::before {
|
||||||
content: '˪';
|
content: '˪';
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
@ -510,6 +511,10 @@ h4 > code, h3 > code, .invisible > code {
|
||||||
left: -13px;
|
left: -13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main > .stability {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue