From 6d4c6532b27a93ecc9f4640ab6086c7c53d24608 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand <benjamin.bertrand@esss.se> Date: Mon, 25 Sep 2017 16:14:32 +0200 Subject: [PATCH] Remove borders from history table --- app/templates/view_item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/view_item.html b/app/templates/view_item.html index 645c387..d38b1d3 100644 --- a/app/templates/view_item.html +++ b/app/templates/view_item.html @@ -31,7 +31,7 @@ <h4>History</h4> - <table id="item_version_table" class="table table-bordered table-hover table-sm"> + <table id="item_version_table" class="table table-hover table-sm"> <thead> <tr> <th>Updated</th> -- GitLab