Changeset - 75ad179350b3
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-27 22:18:49
dominikruf@gmail.com
less: remove unnecessary table pre style

difftable code stuff is already set in kallithea-diff.less
2 files changed with 0 insertions and 12 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -183,12 +183,6 @@ div.panel.panel-default > div.panel-head
 
  padding: 5px 0px 5px 5px;
 
  text-align: left;
 
}
 
#content div.panel table td.linenos pre,
 
#content div.panel table td.annotate pre,
 
#content div.panel table td.code pre {
 
  padding-top: inherit;
 
  margin: inherit;
 
}
 
#content div.panel table td.compact {
 
  padding-left: 0;
 
  padding-right: 0;
kallithea/public/less/style.less
Show inline comments
 
@@ -191,12 +191,6 @@ div.panel.panel-default > div.panel-head
 
  padding: 5px 0px 5px 5px;
 
  text-align: left;
 
}
 
#content div.panel table td.linenos pre,
 
#content div.panel table td.annotate pre,
 
#content div.panel table td.code pre {
 
  padding-top: inherit;
 
  margin: inherit;
 
}
 
#content div.panel table td.compact {
 
  padding-left: 0;
 
  padding-right: 0;
0 comments (0 inline, 0 general)