X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki%2Fpage%2Fgallery.print.css;h=2ae670b80041c8930ec4fd377aae921240629305;hp=0c14865e79eacafa03fc683ef539fc2589a45b72;hb=fb79f30319b9ad2a7eb0f5f4d1668143ec8f963e;hpb=1e3c2e5904d628c001a8d65909b135ea9bf042aa diff --git a/resources/src/mediawiki/page/gallery.print.css b/resources/src/mediawiki/page/gallery.print.css index 0c14865e79..2ae670b800 100644 --- a/resources/src/mediawiki/page/gallery.print.css +++ b/resources/src/mediawiki/page/gallery.print.css @@ -3,7 +3,8 @@ li.gallerybox { display: inline-block; } -ul.gallery, li.gallerybox { +ul.gallery, +li.gallerybox { zoom: 1; *display: inline; } @@ -22,14 +23,13 @@ li.gallerycaption { } li.gallerybox div.thumb { - text-align: center; + background-color: #fff; border: 1px solid #ccc; - margin: 2px; } div.gallerytext { overflow: hidden; - font-size: 94%; + font-size: 10pt; padding: 2px 4px; word-wrap: break-word; }