Changeset - a92a06789f56
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-26 21:20:48
dominikruf@gmail.com
less: remove unnecessary width 100% for diff code

table.code-difftable already has width: 100%
2 files changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -2100,13 +2100,12 @@ table.code-difftable .lineno-inline {
 
  -moz-user-select: none;
 
  -webkit-user-select: none;
 
}
 
/** CODE **/
 
table.code-difftable .code {
 
  display: block;
 
  width: 100%;
 
}
 
table.code-difftable .code pre {
 
  margin: 0 0 0 12px !important;
 
  padding: 0;
 
  min-height: 17px;
 
  line-height: 17px;
kallithea/public/less/kallithea-diff.less
Show inline comments
 
@@ -165,13 +165,12 @@ table.code-difftable .lineno-inline {
 
  -moz-user-select: none;
 
  -webkit-user-select: none;
 
}
 
/** CODE **/
 
table.code-difftable .code {
 
  display: block;
 
  width: 100%;
 
}
 
table.code-difftable .code pre {
 
  margin: 0 0 0 12px !important;
 
  padding: 0;
 
  min-height: 17px;
 
  line-height: 17px;
0 comments (0 inline, 0 general)