From ec1c6c0bf3cfc1fd3b1f1ae0795ee91796719fc2 Mon Sep 17 00:00:00 2001 From: totoro Date: Sat, 26 Dec 2015 22:15:48 +0100 Subject: [PATCH] remove class module in change_list table --- web/widgets/css_helper.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/widgets/css_helper.anubis b/web/widgets/css_helper.anubis index c20c613..5ecdca3 100644 --- a/web/widgets/css_helper.anubis +++ b/web/widgets/css_helper.anubis @@ -185,7 +185,7 @@ public define HTML_Partial_Content )= partial_content([css(css_file("css/changelists.css"))], div([class("changelist")], - table([class("module"), attr("cellspacing","0")], make_changelist_rows(items, [], 1)))) + table([/*class("module"), */ attr("cellspacing","0")], make_changelist_rows(items, [], 1)))) . public define HTML_Off_Form -- libgit2 0.21.4