summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorMete Polat <metepolat2000@gmail.com>2019-12-07 17:46:18 +0100
committerStephen Finucane <stephen@that.guru>2019-12-27 16:31:29 +0000
commitf6b5fe5c7afc263712629d0ed5458df11b159aa9 (patch)
tree8fb37aa8247d0872dcdfbf407ef32c324eba0a76 /htdocs
parent04b26de56a6a12f999ff5b031117aad99a1b5364 (diff)
downloadpatchwork-f6b5fe5c7afc263712629d0ed5458df11b159aa9.tar
patchwork-f6b5fe5c7afc263712629d0ed5458df11b159aa9.tar.gz
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 <metepolat2000@gmail.com> Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/css/style.css2
1 files changed, 1 insertions, 1 deletions
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;