Difference between revisions of "MediaWiki:Mobile.css"

From The SpiritWiki
m
Tags: mobile edit mobile web edit
m
Tags: mobile edit mobile web edit
Line 3: Line 3:
div.toc-mobile  {
div.toc-mobile  {
   display:none
   display:none
}
p:first-of-type
{
    padding: 15px;
    border: 1px solid #eee;
}
}

Revision as of 16:00, 16 November 2018

/* CSS placed here will affect users of the mobile site */

div.toc-mobile  {
   display:none
}

p:first-of-type
{
    padding: 15px;
    border: 1px solid #eee;
}