# HG changeset patch # User domruf # Date 1509233462 -7200 # Node ID 7e149192a0e9f8cb523146836b72792b4f655334 # Parent 26c20ab844ccfcd72e5719bcadfbd3c65b4c74ab less: remove width style for table#permissions_manage - it looks fine without it diff -r 26c20ab844cc -r 7e149192a0e9 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Sun Oct 29 01:31:02 2017 +0200 +++ b/kallithea/public/css/style.css Sun Oct 29 01:31:02 2017 +0200 @@ -172,9 +172,6 @@ border-bottom: 1px solid #DDD; clear: both; } -#content div.panel table#permissions_manage { - width: auto; -} #content div.panel ul.pagination { margin: 10px 0 0 0; } diff -r 26c20ab844cc -r 7e149192a0e9 kallithea/public/less/style.less --- a/kallithea/public/less/style.less Sun Oct 29 01:31:02 2017 +0200 +++ b/kallithea/public/less/style.less Sun Oct 29 01:31:02 2017 +0200 @@ -188,9 +188,6 @@ border-bottom: 1px solid #DDD; clear: both; } -#content div.panel table#permissions_manage { - width: auto; -} #content div.panel ul.pagination { margin: 10px 0 0 0;