MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Manual revert
Line 180: Line 180:
         display: none;
         display: none;
     }
     }
}
/* Hide the download button on the Main Page */
body.page-Main_Page .download-container {
    display: none;
}
/* Hide the download button on the Main Page */
/* Hide the download button on multiple pages */
body.page-Main_Page a[href*="/find_epub.php"],
body.page-એકત્ર_ગ્રંથાલય a[href*="/find_epub.php"],
body.page-સમગ્ર_સૂચિ a[href*="/find_epub.php"] {
    display: none !important;
}
}