Message ID | 1443708774-26996-46-git-send-email-damien.lespiau@intel.com |
---|---|
State | Accepted |
Headers | show |
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 %}