Fix subtle spacing issue below the short code sample section.

This commit is contained in:
Eli Barzilay 2011-05-27 01:55:00 -04:00
parent b148010cf2
commit 7fcbb2eb96

View File

@ -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;