From 5602b81fd02d1b1e1ec005d9dc8659d67b7bd713 Mon Sep 17 00:00:00 2001 From: Erik Thuning <boooink@gmail.com> Date: Mon, 26 Feb 2024 16:20:40 +0100 Subject: [PATCH] Added alternating coloration for most tables --- html/en/fragments.html | 6 +++--- html/sv/fragments.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/html/en/fragments.html b/html/en/fragments.html index 78d2b3b..84a17f0 100644 --- a/html/en/fragments.html +++ b/html/en/fragments.html @@ -38,7 +38,7 @@ </th> </tr> </thead> - <tbody> + <tbody class="single"> ¤rows¤ </tbody> </table> @@ -526,7 +526,7 @@ </th> </tr> </thead> - <tbody> + <tbody class="single"> ¤rows¤ </tbody> </table> @@ -762,7 +762,7 @@ </th> </tr> </thead> - <tbody> + <tbody class="single"> ¤rows¤ </tbody> </table> diff --git a/html/sv/fragments.html b/html/sv/fragments.html index dcaca53..3671aa5 100644 --- a/html/sv/fragments.html +++ b/html/sv/fragments.html @@ -38,7 +38,7 @@ </th> </tr> </thead> - <tbody> + <tbody class="single"> ¤rows¤ </tbody> </table> @@ -526,7 +526,7 @@ </th> </tr> </thead> - <tbody> + <tbody class="single"> ¤rows¤ </tbody> </table> @@ -762,7 +762,7 @@ </th> </tr> </thead> - <tbody> + <tbody class="single"> ¤rows¤ </tbody> </table>