diff --git a/perun/templates/diff_view_datatables.html.jinja2 b/perun/templates/diff_view_datatables.html.jinja2 index d3514c33..f60c2992 100755 --- a/perun/templates/diff_view_datatables.html.jinja2 +++ b/perun/templates/diff_view_datatables.html.jinja2 @@ -24,6 +24,9 @@ .right { float: right; } + .header-center { + text-align: center; + } .column-head { border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; @@ -83,6 +86,9 @@
+