MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
Auto align margins -- hopefully this will center the blocks.
m (width back to percentage)
m (Auto align margins -- hopefully this will center the blocks.)
Line 3: Line 3:
/* Article message box template styles */
/* Article message box template styles */
table.ambox {
table.ambox {
     margin: 0 10%;                       /* Will not overlap with other elements */
     margin: 0 auto;
     width: 70%;
     width: 70%;
     border-collapse: collapse;  
     border-collapse: collapse;  

Navigation menu