scribble: fix "InBox" example's CSS

original commit: 23a757aefa3e2f5d785e69e624170d9349989f5f
This commit is contained in:
Matthew Flatt 2013-08-09 12:59:51 -06:00
parent cf5c1e3fae
commit 90f5738974
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ For example, a Scribble document
combined with an @filepath{inbox.css} that contains
@verbatim[#:indent 2]|{
.inbox {
.InBox {
padding: 0.2em;
border: 1px solid #000000;
}

View File

@ -1,4 +1,4 @@
.inbox {
.InBox {
padding: 0.2em;
border: 1px solid #000000;
}