https://bugzilla.wikimedia.org/show_bug.cgi?id=27540

foma...@googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |foma...@googlemail.com

--- Comment #1 from foma...@googlemail.com 2011-02-18 19:19:59 UTC ---
With
 ul.gallery { display: inline-block }
instead of
 ul.gallery { display: block }
the gallerycaption would be in the middle.

But look at bug 3276, comment c33 for the reason of ul.gallery { display: block
}

An other possible solution would be to limit the width of li.gallery to
something like

 $width = number of images * 164px
 li.gallerycaption { max-width: $width }

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to