Difference between revisions of "MediaWiki:Common.css"

164 bytes added ,  16:08, 28 January 2020
no edit summary
(Created page with "→‎CSS placed here will be applied to all skins: img { max-width: 100%; height: auto; }")
 
Line 4: Line 4:
     max-width: 100%;
     max-width: 100%;
     height: auto;
     height: auto;
}
blockquote
{
    padding-left: 1em;
    padding: 1em;
    border: 1px solid #ddd;
    border-left: 4px solid #aaa;
    background: #eee;
    border-radius: 5px;
}
}