MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 8: Line 8:
   font-family: Arial, Helvetica, sans-serif;
   font-family: Arial, Helvetica, sans-serif;
   border-collapse: collapse;
   border-collapse: collapse;
   width: 75%;
   width: 80%;
}
}


Line 33: Line 33:
/* To make images responsive */
/* To make images responsive */
.res-img img {
.res-img img {
max-width:90%;
max-width:80%;
height:auto;
height:auto;
}
}