MediaWiki:Common.css: различия между версиями
AsnDen (обсуждение | вклад) м more z-index for tooltiptext |
AsnDen (обсуждение | вклад) м flex table |
||
| Строка 1856: | Строка 1856: | ||
content: counters(item, ".") ". "; | content: counters(item, ".") ". "; | ||
counter-increment: item; | counter-increment: item; | ||
} | |||
/* Flex table */ | |||
.section { | |||
display: flex; | |||
flex-wrap: wrap; | |||
} | |||
.section .col { | |||
flex: 1 1 auto; | |||
} | |||
.section .line-break { | |||
flex-basis: 100%; | |||
width: 0px; | |||
height: 0px; | |||
overflow: hidden; | |||
} | } | ||