Hide unstable items by default, provide checkbox for toggling

This commit is contained in:
Tim Schaub
2014-08-22 17:30:29 -06:00
parent ecaedff890
commit a8999f601b
3 changed files with 23 additions and 2 deletions

View File

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