Difference between revisions of "MediaWiki:Mobile.css"

From PlantUse English
Jump to: navigation, search
(Created page with " #bodyContent > div > div { width : 100% !important; } #bodyContent > div > div:nth-child(5) { display : none; } h1 { text-align : center; }")
(Tags: Mobile edit, Mobile web edit)
(No difference)

Revision as of 10:14, 4 May 2016

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

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

h1
{
  text-align : center;
}