MediaWiki:Minerva.css: Difference between revisions

fixed right side of the background interference with the bottom panel
m Added width to the translation page - possibly a glitch fix
Line 127: Line 127:
.mw-body-content {
.mw-body-content {
     padding: 1em;
     padding: 1em;
}
/* Translation layout fix */
.tux-textarea-translation {
    width: inherit;
}
}