MediaWiki:Common.css: Difference between revisions

adding res-img-600 for maximum image size of 600px
(image border radius)
(adding res-img-600 for maximum image size of 600px)
Line 89:
.res-img img {
max-width:100%;
height:auto;
margin-bottom:0.2em;
text-align:center;
border-radius:10px;
}
 
.res-img-600 img {
display: block;
margin-left: auto;
margin-right: auto;
max-width:100%;
width:600px;
height:auto;
margin-bottom:0.2em;