Actions

Translations

Theme editor/235/es: Difference between revisions

From LimeSurvey Manual

(Created page with "<syntaxhighlight lang="php" enclose="div"> table.question thead td.header_separator, table.question tbody td.dual_scale_separator { border-right:solid 1px #00A8E1; } </synt...")
 
No edit summary
Line 5: Line 5:
   border-right:solid 1px #00A8E1;
   border-right:solid 1px #00A8E1;
}
}
</syntaxhighlight
</syntaxhighlight>

Revision as of 23:59, 4 December 2019

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;
}