MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 60: Line 60:
}
}


/* Hide the JsonConfig category link from page footers */
/* Hide content ONLY on the JsonConfig extension category page */
#mw-pages {
body.page-Category_Pages_using_the_JsonConfig_extension #mw-pages {
   display: none !important;
   display: none !important;
  visibility: hidden !important;
}
}