Fix invalid display of unstable messages

This commit is contained in:
Guillaume Gomez 2018-08-27 21:52:10 +02:00
parent 1d79d8be56
commit 04b4c40682

View File

@ -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;