Changeset - 01150c6eedc0
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-26 00:51:18
dominikruf@gmail.com
less: remove unnecessary diff table style in kallithea-diff.less

I see no place where these are necessary - probably because Bootstrap styling.
2 files changed with 0 insertions and 12 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -2019,12 +2019,6 @@ table.code-difftable {
 
  border-radius: 0px !important;
 
  width: 100%;
 
}
 
table.code-difftable td {
 
  padding: 0 !important;
 
  background: none !important;
 
  border: 0 !important;
 
  vertical-align: baseline !important;
 
}
 
table.code-difftable .context {
 
  background: none repeat scroll 0 0 #DDE7EF;
 
  color: #999;
kallithea/public/less/kallithea-diff.less
Show inline comments
 
@@ -84,12 +84,6 @@ table.code-difftable {
 
  border-radius: 0px !important;
 
  width: 100%;
 
}
 
table.code-difftable td {
 
  padding: 0 !important;
 
  background: none !important;
 
  border: 0 !important;
 
  vertical-align: baseline !important;
 
}
 
table.code-difftable .context {
 
  background: none repeat scroll 0 0 #DDE7EF;
 
  color: #999;
0 comments (0 inline, 0 general)