scribble: fix "InBox" example's CSS
This commit is contained in:
parent
6bb55f7d14
commit
23a757aefa
|
@ -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