Hide unstable items by default, provide checkbox for toggling
This commit is contained in:
@@ -372,3 +372,12 @@ footer {
|
||||
.main .readme table ul li {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.unstable {
|
||||
display: none;
|
||||
}
|
||||
#stability {
|
||||
color: white;
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
right: 8em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user