MediaWiki:Mobile.css: Porovnání verzí

Z Forge of Empires - Wiki CZ
Jump to navigation
(Založena nová stránka s textem „→‎CSS placed here will affect users of the mobile site: .externalimage-holder { display: inline-block; position: relative; margin: auto; }…“)
 
(Žádný rozdíl)

Aktuální verze z 5. 11. 2018, 14:08

/* CSS placed here will affect users of the mobile site */

.externalimage-holder {
    display: inline-block;
    position: relative;
    margin: auto;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}