MediaWiki:Common.css: Difference between revisions

m
Forgot to remove margin from paragraphs inside the infobox
imported>Ttv pedro270707
mNo edit summary
imported>Ttv pedro270707
m (Forgot to remove margin from paragraphs inside the infobox)
Line 66: Line 66:
min-width: 200px;
min-width: 200px;
text-align: center;
text-align: center;
}
.infobox p {
margin: 0 !important;
}
}