[PATCH 45/49] patch-list: Use table-condensed to display the patch list
Damien Lespiau
damien.lespiau at intel.com
Fri Oct 2 00:12:50 AEST 2015
Wolfram didn't like the fact we're now seeing far fewer patches on a
single page. That sounds fair enough and the table-condensed bootstrap
class removes some padding, hopefully making it better.
Suggested-by: Wolfram Sang <wsa at the-dreams.de>
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
Acked-by: Stephen Finucane <stephen.finucane at intel.com>
---
patchwork/templates/patchwork/patch-list.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patchwork/templates/patchwork/patch-list.html b/patchwork/templates/patchwork/patch-list.html
index 8f48dbc..c81fe88 100644
--- a/patchwork/templates/patchwork/patch-list.html
+++ b/patchwork/templates/patchwork/patch-list.html
@@ -44,7 +44,7 @@ $(document).ready(function() {
{% csrf_token %}
<input type="hidden" name="form" value="patchlistform"/>
<input type="hidden" name="project" value="{{project.id}}"/>
-<table class="table table-hover" id="patchlist">
+<table class="table table-hover table-condensed" id="patchlist">
<thead>
<tr>
{% if user.is_authenticated %}
--
2.1.0
More information about the Patchwork
mailing list