Merge "Fix importation of weird file names in importTextFiles.php"
[lhc/web/wiklou.git] / resources / src / mediawiki / page / gallery.print.css
1 li.gallerybox {
2 vertical-align: top;
3 display: inline-block;
4 }
5
6 ul.gallery, li.gallerybox {
7 zoom: 1;
8 *display: inline;
9 }
10
11 ul.gallery {
12 margin: 2px;
13 padding: 2px;
14 display: block;
15 }
16
17 li.gallerycaption {
18 font-weight: bold;
19 text-align: center;
20 display: block;
21 word-wrap: break-word;
22 }
23
24 li.gallerybox div.thumb {
25 text-align: center;
26 border: 1px solid #ccc;
27 margin: 2px;
28 }
29
30 div.gallerytext {
31 overflow: hidden;
32 font-size: 94%;
33 padding: 2px 4px;
34 word-wrap: break-word;
35 }