Changeset - 6db2e693ee1e
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-26 21:19:41
dominikruf@gmail.com
less: remove unused .code-difftable .code td styling

Every place I found .code was set to th <td> so this is dead code.
2 files changed with 0 insertions and 8 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -2108,16 +2108,12 @@ table.code-difftable .lineno-inline {
 
}
 
/** CODE **/
 
table.code-difftable .code {
 
  display: block;
 
  width: 100%;
 
}
 
table.code-difftable .code td {
 
  margin: 0;
 
  padding: 0;
 
}
 
table.code-difftable .code pre {
 
  margin: 0 0 0 12px !important;
 
  padding: 0;
 
  min-height: 17px;
 
  line-height: 17px;
 
  white-space: pre-wrap;
kallithea/public/less/kallithea-diff.less
Show inline comments
 
@@ -173,16 +173,12 @@ table.code-difftable .lineno-inline {
 
}
 
/** CODE **/
 
table.code-difftable .code {
 
  display: block;
 
  width: 100%;
 
}
 
table.code-difftable .code td {
 
  margin: 0;
 
  padding: 0;
 
}
 
table.code-difftable .code pre {
 
  margin: 0 0 0 12px !important;
 
  padding: 0;
 
  min-height: 17px;
 
  line-height: 17px;
 
  white-space: pre-wrap;
0 comments (0 inline, 0 general)