MediaWiki:Mobile.css: различия между версиями

Материал из Forge of Empires - Wiki RU
Перейти к навигации
(Новая страница: «→‎CSS placed here will affect users of the mobile site: .externalimage-holder { display: inline-block; position: relative; margin: auto; } .extern…»)
 
(нет различий)

Текущая версия от 14:04, 5 ноября 2018

/* 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;
}