diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -2053,23 +2053,19 @@ 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;