Difference between revisions of "MediaWiki:Mobile.css"

From PlantUse English
Jump to: navigation, search
(Tags: Mobile edit, Mobile web edit)
Line 8: Line 8:
 
{
 
{
 
   display : none;
 
   display : none;
}
 
 
h1
 
{
 
  text-align : center;
 
 
}
 
}
  

Revision as of 16:29, 9 May 2016

.articleRight, .articleLeft
{
  width : 100%;
}

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

.content table
{
   display : table;
}