changeset 6981:a92a06789f56

less: remove unnecessary width 100% for diff code table.code-difftable already has width: 100%
author domruf <dominikruf@gmail.com>
date Thu, 26 Oct 2017 21:20:48 +0200
parents ceaa65df5add
children 01150c6eedc0
files kallithea/public/css/style.css kallithea/public/less/kallithea-diff.less
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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;