MediaWiki:Common.css: Difference between revisions

add res-img with max of 1000px
(centring the image using margin:auto)
(add res-img with max of 1000px)
Line 36:
max-width:100%;
width:800px;
height:auto;
margin-bottom:0.2em;
}
 
.res-img-1000 img {
display: block;
margin-left: auto;
margin-right: auto;
max-width:100%;
width:1000px;
height:auto;
margin-bottom:0.2em;