Fix subtle spacing issue below the short code sample section.
This commit is contained in:
parent
b148010cf2
commit
7fcbb2eb96
|
@ -324,9 +324,9 @@
|
||||||
(for/list ([elem (in-list l)] [pos (in-naturals)])
|
(for/list ([elem (in-list l)] [pos (in-naturals)])
|
||||||
@list{
|
@list{
|
||||||
@invisible-separator
|
@invisible-separator
|
||||||
@div[class: 'slideshowframe id: @list{frame@pos}
|
@pre[class: 'slideshowframe id: @list{frame@pos}
|
||||||
style: @list{display: @(if (zero? pos) "block" "none")@";"}]{
|
style: @list{display: @(if (zero? pos) "block" "none")@";"}]{
|
||||||
@pre{@(example-code elem)}}@;
|
@(example-code elem)}@;
|
||||||
@; have the descriptions appear in a logical place and then ...
|
@; have the descriptions appear in a logical place and then ...
|
||||||
@div[id: @list{helpframe@pos} style: "display: none;"]{
|
@div[id: @list{helpframe@pos} style: "display: none;"]{
|
||||||
@(example-desc elem)}})
|
@(example-desc elem)}})
|
||||||
|
@ -441,7 +441,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.slideshowframe {
|
.slideshowframe {
|
||||||
height: 12ex;
|
height: 17ex;
|
||||||
}
|
}
|
||||||
.buttonpanel {
|
.buttonpanel {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user