Изменения документа Тарифы премиальной поддержки
Редактировал(а) Coluns 27.06.2024
Сводка
-
Объекты (1 изменено, 0 добавлено, 0 удалено)
Подробности
- XWiki.StyleSheetExtension[0]
-
- Код
-
... ... @@ -1,3 +1,25 @@ 1 -#clSupportTable{ 2 - width: 100%; 1 +.hp-block>div ul li{ 2 + border-bottom: unset; 3 + list-style-type: circle; 4 + list-style-position: inside; 3 3 } 6 + 7 +.hp-block>div ul li::marker { 8 + color: green; 9 + font-size: 20px; 10 + padding-left: 20px; 11 +} 12 + 13 +.hp-block .hp-block-box h2{ 14 + color: black; 15 + border-bottom: unset; 16 +} 17 + 18 +h3{ 19 + text-align: center; 20 +} 21 + 22 +#xwikicontent{ 23 + height: 600px; 24 +} 25 +