Модуль:Template call code/styles.css: различия между версиями
Перейти к навигации
Перейти к поиску
(Создана пустая страница) |
|||
Строка 1: | Строка 1: | ||
+ | .ts-templateCallCode-pipe { | ||
+ | margin: 0 2px; | ||
+ | } | ||
+ | .ts-templateCallCode-pipe + .ts-templateCallCode-pipe { | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | |||
+ | .templateCallCode > .ts-templateCallCode-param:last-child { | ||
+ | margin-right: 2px; | ||
+ | } |
Версия от 03:31, 26 октября 2021
.ts-templateCallCode-pipe {
margin: 0 2px;
}
.ts-templateCallCode-pipe + .ts-templateCallCode-pipe {
margin-left: 0;
}
.templateCallCode > .ts-templateCallCode-param:last-child {
margin-right: 2px;
}