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
 
@@ -2111,10 +2111,6 @@ 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;
kallithea/public/less/kallithea-diff.less
Show inline comments
 
@@ -176,10 +176,6 @@ 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;
0 comments (0 inline, 0 general)