MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 1442: | Строка 1442: | ||
display: grid; | display: grid; | ||
grid-template-columns: auto 1fr auto; | grid-template-columns: auto 1fr auto; | ||
gap: | gap: 6px; | ||
grid-template-areas: | grid-template-areas: | ||
"a c b"; | "a c b"; | ||
| Строка 1490: | Строка 1490: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
font-size: 1em; | font-size: 1.1em; | ||
font-weight: bold; | font-weight: bold; | ||
display: flex; | display: flex; | ||
| Строка 1530: | Строка 1530: | ||
#user-tools { | #user-tools { | ||
justify-content: flex-end; | |||
} | } | ||