پرش به محتوا

مدیاویکی:Print.css: تفاوت میان نسخه‌ها

از ویکی حج
صفحه‌ای تازه حاوی «CSS placed here will affect the print output: .references, .notes { background-color: unset; max-height: unset; }» ایجاد کرد
 
بدون خلاصۀ ویرایش
خط ۱: خط ۱:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
.references, .notes {
.references, .notes {
     background-color: unset;
     background: none;
     max-height: unset;
     max-height: none;
}
}

نسخهٔ ‏۲۲ دسامبر ۲۰۱۸، ساعت ۱۳:۳۷

/* CSS placed here will affect the print output */
.references, .notes {
    background: none;
    max-height: none;
}