مدیاویکی: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 | background: none; | ||
max-height: | max-height: none; | ||
} | } |
نسخهٔ ۲۲ دسامبر ۲۰۱۸، ساعت ۱۳:۳۷
/* CSS placed here will affect the print output */
.references, .notes {
background: none;
max-height: none;
}