From 70d8630a5bcb405a0bed101eb73cf4d1c6ece8bb Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 8 Jun 2025 20:26:03 -0500 Subject: retrieve draft rates in card listings --- html/template.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'html/template.html') diff --git a/html/template.html b/html/template.html index 00f07880..8ae9a6d9 100644 --- a/html/template.html +++ b/html/template.html @@ -261,6 +261,10 @@ li.linkable-rule:active, li.linkable-rule:hover { background-color: #d79921; list-style-image: url(link.svg); } + +.draft-rate { + padding-left: 1em; +} $for(css)$ -- cgit v1.2.3