MediaWiki:Gadget-ResponsiveDesktop.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 64: Line 64:
.gallery[style*="center"] div.gallerytext {
.gallery[style*="center"] div.gallerytext {
text-align: center;
text-align: center;
}
caption {
display: block;
}
}
a.feedlink {
a.feedlink {
padding-left: 16px;
padding-left: 16px;
}
}
caption {
body.skin-monobook .mobileonly {
display: block;
display: revert;
}
}
@media all and (max-width: 850px) {
body.skin-timeless .mobileonly {
display: revert;
}
}
}
}