Difference between revisions of "MediaWiki:Monobook.css"

m
no edit summary
m
m
Line 26: Line 26:
}
}


/* Emulate normal padding in the body content box instead. */
/* Emulate normal padding in the body content box instead,
  fix background color. */
#bodyContent {
#bodyContent {
    background-color: #404040;
     padding: 1em;
     padding: 1em;
}
}