Actions

Translations

Theme editor/235/sl: Difference between revisions

From LimeSurvey Manual

m (FuzzyBot moved page Translations:Template editor/235/sl to Translations:Theme editor/235/sl without leaving a redirect: Part of translatable page "Template editor".)
No edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="php" enclose="div">
<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
table.question tbody td.dual_scale_separator
{
{
   border-right:solid 1px #00A8E1;
border-right:solid 1px #00A8E1;
}
}
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 10:39, 14 December 2023

Message definition (Theme editor)
<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
   border-right:solid 1px #00A8E1;
}
</syntaxhighlight>
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
 border-right:solid 1px #00A8E1;
}