MediaWiki:Common.css: различия между версиями

мНет описания правки
мНет описания правки
Строка 3073: Строка 3073:
         grid-template-columns: 1fr !important;
         grid-template-columns: 1fr !important;
     }
     }
}
/* Удаление верхних и нижних отступов для первого и последнего дочернего элемента */
.no-margin-edges > :first-child {
    margin-top: 0 !important;
}
.no-margin-edges > :last-child {
    margin-bottom: 0 !important;
}
.no-margin-edges > :only-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
}