MediaWiki:Common.css: Difference between revisions

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