Remove unnecessary file for gallery styles

This should have been removed back in 2015.
See I0ef5c2d5a9019355aa3a158f9e489df02975e0af
Gallery styles come from mediawiki.page.gallery.styles

Bug: T190215
Change-Id: I87713164e1c3906b341a4fb17be424307f8fa428
This commit is contained in:
jdlrobson 2018-03-20 13:03:37 -07:00 committed by Jdlrobson
parent 98a947c3c3
commit 922f4a09e4
1 changed files with 0 additions and 40 deletions

View File

@ -1,40 +0,0 @@
@import 'mediawiki.mixins.less';
@import 'minerva.variables.less';
@import 'minerva.mixins.less';
// Galleries
//
// FIXME: Doesn't support parameters in https://en.wikipedia.org/wiki/Help:Gallery_tag */
// See https://www.mediawiki.org/wiki/Help:Images#Rendering_a_gallery_of_images */
//
// Styleguide 1.4.
ul.gallery {
list-style: none;
max-width: 100%;
.gallerybox {
display: inline-block;
vertical-align: top;
max-width: 100%;
.thumb {
img {
display: block;
}
}
> div {
max-width: 100%;
> .thumb {
max-width: 100%;
}
}
.gallerytext {
overflow: hidden;
padding: 2px 4px;
word-wrap: break-word;
font-size: 0.8em;
}
}
}