From f6b5fe5c7afc263712629d0ed5458df11b159aa9 Mon Sep 17 00:00:00 2001 From: Mete Polat Date: Sat, 7 Dec 2019 17:46:18 +0100 Subject: templates: Combine series and related row Move the series patch list from row 'Related' to 'Series'. This allows us to use the 'Related' row for actually showing submission relations instead. Signed-off-by: Mete Polat Reviewed-by: Stephen Finucane --- htdocs/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs') diff --git a/htdocs/css/style.css b/htdocs/css/style.css index b9fb9eb..243caa0 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -192,7 +192,7 @@ table.patchmeta tr th, table.patchmeta tr td { vertical-align: top; } -.patchrelations ul { +.submissionlist ul { list-style-type: none; padding: 0; margin: 0; -- cgit v1.2.3