changeset 6974:63ebe4815723

less: remove unused .code-highlighttable selector
author domruf <dominikruf@gmail.com>
date Thu, 26 Oct 2017 00:17:42 +0200
parents 7f45efdd3f12
children b297ba29d93e
files kallithea/public/css/pygments.css kallithea/public/css/style.css kallithea/public/less/kallithea-diff.less
diffstat 3 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/pygments.css	Wed Oct 25 23:45:31 2017 +0200
+++ b/kallithea/public/css/pygments.css	Thu Oct 26 00:17:42 2017 +0200
@@ -59,12 +59,10 @@
 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;
 }
--- a/kallithea/public/css/style.css	Wed Oct 25 23:45:31 2017 +0200
+++ b/kallithea/public/css/style.css	Thu Oct 26 00:17:42 2017 +0200
@@ -2053,23 +2053,19 @@
   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;
--- a/kallithea/public/less/kallithea-diff.less	Wed Oct 25 23:45:31 2017 +0200
+++ b/kallithea/public/less/kallithea-diff.less	Thu Oct 26 00:17:42 2017 +0200
@@ -118,23 +118,19 @@
   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;