scribble: fix "InBox" example's CSS
original commit: 23a757aefa3e2f5d785e69e624170d9349989f5f
This commit is contained in:
parent
cf5c1e3fae
commit
90f5738974
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.inbox {
|
||||
.InBox {
|
||||
padding: 0.2em;
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user