MediaWiki:Common.css: Difference between revisions

footer and gallery
(hide elements on file pages)
(footer and gallery)
Line 248:
display: none; /* Hides the "file history" table */
}
 
/******************************
* FOOTER STUFF
******************************/
.mw-footer-container {
padding-top: 0;
}
/******************************
* MW CONTENT
******************************/
.mw-content-ltr ul {
margin: 0.3em 0; /*This seems to adjust the gallery output*/
}
}
}