# HG changeset patch # User domruf # Date 1509045648 -7200 # Node ID a92a06789f56e53a8dcfbd7d7a53a13be63dc9d5 # Parent ceaa65df5addf451dbc790eb8200b33d361009f3 less: remove unnecessary width 100% for diff code table.code-difftable already has width: 100% diff -r ceaa65df5add -r a92a06789f56 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Wed Oct 25 22:57:31 2017 +0200 +++ b/kallithea/public/css/style.css Thu Oct 26 21:20:48 2017 +0200 @@ -2103,7 +2103,6 @@ /** CODE **/ table.code-difftable .code { display: block; - width: 100%; } table.code-difftable .code pre { margin: 0 0 0 12px !important; diff -r ceaa65df5add -r a92a06789f56 kallithea/public/less/kallithea-diff.less --- a/kallithea/public/less/kallithea-diff.less Wed Oct 25 22:57:31 2017 +0200 +++ b/kallithea/public/less/kallithea-diff.less Thu Oct 26 21:20:48 2017 +0200 @@ -168,7 +168,6 @@ /** CODE **/ table.code-difftable .code { display: block; - width: 100%; } table.code-difftable .code pre { margin: 0 0 0 12px !important;