Difference between revisions of "MediaWiki:Common.css"

From The SpiritWiki
m
Tags: mobile edit mobile web edit
m
Tags: mobile edit mobile web edit
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.toc-mobile h2 {display:none}
div.toc-mobile h2 {
.toc {
  display:none
display:none;
}
}
div.mf-section .toc
{
  display:none;
}


p:first-of-type
p:first-of-type

Revision as of 15:57, 16 November 2018

/* CSS placed here will be applied to all skins */

div.toc-mobile h2 {
   display:none
}

div.mf-section .toc 
{
   display:none;
}



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