Difference between revisions of "MediaWiki:Mobile.css"
From PlantUse English
Maëva Rouxel (Talk | contribs) (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) |
Maëva Rouxel (Talk | contribs) |
||
Line 5: | Line 5: | ||
} | } | ||
− | #bodyContent > div > div:nth-child( | + | #bodyContent > div > div:nth-child(4) |
{ | { | ||
display : none; | display : none; |
Revision as of 10:15, 4 May 2016
#bodyContent > div > div
{
width : 100% !important;
}
#bodyContent > div > div:nth-child(4)
{
display : none;
}
h1
{
text-align : center;
}