What steps will reproduce the problem?
1. Try setting CSS padding on the slideshow-captions div.
What is the expected output? What do you see instead?
It makes the div end up wider than the slideshow (in Firefox at least).
Being able to set the padding is especially noticable if you remove the CSS
'height' setting on slideshow-captions so the captions will expand to be as
tall as needed to fit. Then only the first line gets indented at all (via
the text-indent setting in the default slideshow.css).
I've attached a patch which adds a new div called slideshow-captions-text
within the slideshow-captions div. Padding can be set on this new div, and
appears correctly.
Original issue reported on code.google.com by dgl...@gmail.com on 8 Jul 2008 at 3:03
Original issue reported on code.google.com by
dgl...@gmail.com
on 8 Jul 2008 at 3:03Attachments: