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…»)
 
 
Строка 1: Строка 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
 +
.tablecat {
 +
width:100%;
 +
}
 
.tablecell {
 
.tablecell {
 
padding:10px;
 
padding:10px;

Текущая версия на 21:36, 22 февраля 2016

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