Changeset - 63ebe4815723
[Not reviewed]
default
0 3 0
domruf - 8 years ago 2017-10-26 00:17:42
dominikruf@gmail.com
less: remove unused .code-highlighttable selector
3 files changed with 0 insertions and 10 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/pygments.css
Show inline comments
 
@@ -50,30 +50,28 @@ div.codeblock .code-header .author {
 
}
 
div.codeblock .code-header .author .user {
 
  padding-top: 3px;
 
}
 
div.codeblock .code-header .commit {
 
  margin-left: 15px;
 
  font-weight: normal;
 
  white-space: pre;
 
}
 
div.codeblock .code-header .editing-files {
 
  margin-left: 15px;
 
}
 
.code-highlighttable,
 
div.codeblock .code-body table {
 
  width: 0 !important;
 
  border: 0px !important;
 
}
 
.code-highlighttable,
 
div.codeblock .code-body table td {
 
  border: 0px !important;
 
}
 
div.code-body {
 
  background-color: #FFFFFF;
 
}
 
div.codeblock .code-header .search-path {
 
  padding: 0px 0px 0px 10px;
 
}
 
div.search-code-body pre .match {
 
  background-color: #FAFFA6;
 
}
kallithea/public/css/style.css
Show inline comments
 
@@ -2044,41 +2044,37 @@ table.code-difftable .add {
 
}
 
table.code-difftable .add ins {
 
  background: none repeat scroll 0 0 #AAFFAA;
 
  text-decoration: none;
 
}
 
table.code-difftable .del {
 
  background: none repeat scroll 0 0 #FFDDDD;
 
}
 
table.code-difftable .del del {
 
  background: none repeat scroll 0 0 #FFAAAA;
 
  text-decoration: none;
 
}
 
table.code-highlighttable div.code-highlight pre u:before,
 
table.code-difftable td.code pre u:before {
 
  content: "\21a6";
 
  display: inline-block;
 
  width: 0;
 
}
 
table.code-highlighttable div.code-highlight pre u.cr:before,
 
table.code-difftable td.code pre u.cr:before {
 
  content: "\21a4";
 
  display: inline-block;
 
  color: rgba(0, 0, 0, 0.5);
 
}
 
table.code-highlighttable div.code-highlight pre u,
 
table.code-difftable td.code pre u {
 
  color: rgba(0, 0, 0, 0.15);
 
}
 
table.code-highlighttable div.code-highlight pre i,
 
table.code-difftable td.code pre i {
 
  border-style: solid;
 
  border-width: 0 0 0 1px;
 
  color: rgba(0, 0, 0, 0.5);
 
}
 
/** LINE NUMBERS **/
 
table.code-difftable .lineno {
 
  padding-left: 2px;
 
  padding-right: 2px !important;
 
  width: 30px;
 
  -moz-user-select: none;
 
  -webkit-user-select: none;
kallithea/public/less/kallithea-diff.less
Show inline comments
 
@@ -109,41 +109,37 @@ table.code-difftable .add {
 
}
 
table.code-difftable .add ins {
 
  background: none repeat scroll 0 0 #AAFFAA;
 
  text-decoration: none;
 
}
 
table.code-difftable .del {
 
  background: none repeat scroll 0 0 #FFDDDD;
 
}
 
table.code-difftable .del del {
 
  background: none repeat scroll 0 0 #FFAAAA;
 
  text-decoration: none;
 
}
 
table.code-highlighttable div.code-highlight pre u:before,
 
table.code-difftable td.code pre u:before {
 
  content: "\21a6";
 
  display: inline-block;
 
  width: 0;
 
}
 
table.code-highlighttable div.code-highlight pre u.cr:before,
 
table.code-difftable td.code pre u.cr:before {
 
  content: "\21a4";
 
  display: inline-block;
 
  color: rgba(0, 0, 0, 0.5);
 
}
 
table.code-highlighttable div.code-highlight pre u,
 
table.code-difftable td.code pre u {
 
  color: rgba(0, 0, 0, 0.15);
 
}
 
table.code-highlighttable div.code-highlight pre i,
 
table.code-difftable td.code pre i {
 
  border-style: solid;
 
  border-width: 0 0 0 1px;
 
  color: rgba(0, 0, 0, 0.5);
 
}
 
/** LINE NUMBERS **/
 
table.code-difftable .lineno {
 
  padding-left: 2px;
 
  padding-right: 2px !important;
 
  width: 30px;
 
  -moz-user-select: none;
 
  -webkit-user-select: none;
0 comments (0 inline, 0 general)