MediaWiki:Common.css: Difference between revisions

no edit summary
(Created page with "→‎CSS placed here will be applied to all skins: img { max-width: 100%; height: auto; }")
 
No edit summary
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;
}
}