Difference between revisions of "MediaWiki:Mobile.css"

From PlantUse English
Jump to: navigation, search
(Tags: Mobile edit, Mobile web edit)
(Tags: Mobile edit, Mobile web edit)
Line 13: Line 13:
 
{
 
{
 
   text-align : center;
 
   text-align : center;
 +
}
 +
 +
.content table
 +
{
 +
  display : run-it;
 
}
 
}

Revision as of 10:55, 4 May 2016

#bodyContent > div > div
{
  width : 100% !important;
}

#bodyContent > div > div:nth-child(4)
{
  display : none;
}

h1
{
  text-align : center;
}

.content table
{
   display : run-it;
}