Initial stab at documenting soft fail (#1641)

This commit is contained in:
Erik Johnston 2018-10-26 15:18:04 +01:00 committed by GitHub
parent f288facec8
commit 4271391214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 122 additions and 0 deletions

View file

@ -285,3 +285,8 @@ div.admonition-rationale {
border: 1px solid #ccc;
}
div.admonition-example {
background-color: #eef;
border: 1px solid #ccc;
}