From 44f93685ebf8796e57ac9ab81df44333b5b0d4cd Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Mon, 22 Feb 2021 20:46:43 -0500 Subject: [PATCH 1/1] Add separator rows to the sorted part of clicky tables. Normally these rows are hidden, but if styles are not applied, then they will help visually separate the default-ordered table from the jumble of rows representing all other orderings. --- layouts/clickytable.xsl | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/layouts/clickytable.xsl b/layouts/clickytable.xsl index 4858b7f..f06fef3 100644 --- a/layouts/clickytable.xsl +++ b/layouts/clickytable.xsl @@ -101,7 +101,28 @@ display: none - + + + + + + + + + + + +
+ + + + + + + + + + -- 2.43.0