Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 149: Line 149:
.toclimit-7 .toclevel-6 ul {
.toclimit-7 .toclevel-6 ul {
     display: none;
     display: none;
}
/*we don't want disqus on the main page*/
.page-Main_Page #disqus-wrapper {
    display:none!important;
}
/*Show only desktop ad code on Desktop*/
.nodesktop{
display:none!important;
}
}