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 1: Line 1:
  
#bodyContent > div > div
+
.articleRight, .articleLeft
 
{
 
{
   width : 100% !important;
+
   width : 100%;
 
}
 
}
  

Revision as of 16:22, 9 May 2016

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

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

h1
{
  text-align : center;
}

.content table
{
   display : table;
}