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

мНет описания правки
мНет описания правки
Строка 3123: Строка 3123:


/* Удаление верхних и нижних отступов для первого и последнего дочернего элемента */
/* Удаление верхних и нижних отступов для первого и последнего дочернего элемента */
.no-margin-edges > :first-child
.no-margin-edges > :first-child,
.tabs-content    > :first-child
.tabs-content    > :first-child,
.doc            > :first-child {
.doc            > :first-child {
     margin-top: 0 !important;
     margin-top: 0 !important;
}
}


.no-margin-edges > :last-child  
.no-margin-edges > :last-child,
.tabs-content    > :last-child
.tabs-content    > :last-child,
.doc            > :last-child {
.doc            > :last-child {
     margin-bottom: 0 !important;
     margin-bottom: 0 !important;