Merge "Fix and make some types in PHPDoc and JSDoc tags more specific"
[lhc/web/wiklou.git] / resources / src / mediawiki / page / gallery.print.css
index 0c14865..2ae670b 100644 (file)
@@ -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;
 }