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

Поделиться в соцсетях:
Материал из Do4a Wiki
Перейти к: навигация, поиск
(Новая страница: «CSS placed here will affect users of the mobile site: .tablecell { padding:10px; border:1px solid #000; margin:0 8px 8px 8px; border-radius:6px; background-c…»)
(нет различий)

Версия 21:33, 22 февраля 2016

/* CSS placed here will affect users of the mobile site */
.tablecell {
padding:10px;
border:1px solid #000;
margin:0 8px 8px 8px;
border-radius:6px;
background-color:#f6f6f6;
width:100%;
float:none;
}