summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-29 14:13:40 +0100
committerStephen Finucane <stephen@that.guru>2016-10-31 16:37:17 +0000
commite630e2dc29f2f8ba7a3b245c114d926635262ce7 (patch)
treecb62e4b0b5781645b91b4bac2da277ed960a30f0 /htdocs
parentf3c5cb55b617f0837cd558c132a97b010f7d4c91 (diff)
downloadpatchwork-e630e2dc29f2f8ba7a3b245c114d926635262ce7.tar
patchwork-e630e2dc29f2f8ba7a3b245c114d926635262ce7.tar.gz
templates: Integrate series view into patches
Patches for related series are listed on the patch page - this provides a way to quickly grok a given patches location in a series hierarchy. Signed-off-by: Stephen Finucane <stephen@that.guru> Reviewed-by: Andy Doan <andy.doan@linaro.org> Reviewed-by: Daniel Axtens <dja@axtens.net> Tested-by: Russell Currey <ruscur@russell.cc>
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 0bf4b43..5218f6d 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -188,6 +188,12 @@ table.patchmeta tr th, table.patchmeta tr td {
vertical-align: middle;
}
+.patchrelations ul {
+ list-style-type: none;
+ padding: 0;
+ margin: 0;
+}
+
.patchnav {
padding-left: 1em;
padding-top: 1em;