@@ -4871,182 +4871,196 @@ table.code-difftable .context {
color: #999;
}
table.code-difftable .add {
background: none repeat scroll 0 0 #DDFFDD;
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;
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";
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-left-width: 1px;
/** LINE NUMBERS **/
table.code-difftable .lineno {
padding-left: 2px;
padding-right: 2px !important;
text-align: right;
width: 30px;
-moz-user-select: none;
-webkit-user-select: none;
border-right: 1px solid #CCC !important;
border-left: 0px solid #CCC !important;
border-top: 0px solid #CCC !important;
border-bottom: none !important;
vertical-align: middle !important;
table.code-difftable .lineno.new {
table.code-difftable .lineno.old {
table.code-difftable .lineno a {
color: #aaa !important;
font: 11px Consolas, Monaco, Inconsolata, Liberation Mono, monospace !important;
letter-spacing: -1px;
padding-right: 8px;
cursor: pointer;
display: block;
table.code-difftable .lineno-inline {
background: none repeat scroll 0 0 #FFF !important;
padding-right: 2px;
/** CODE **/
table.code-difftable .code {
width: 100%;
table.code-difftable .code td {
margin: 0;
padding: 0;
table.code-difftable .code pre {
margin: 0 0 0 12px;
min-height: 17px;
line-height: 17px;
white-space: pre-wrap;
table.code-difftable .del .code pre:before {
content: "-";
color: #550000;
table.code-difftable .add .code pre:before {
content: "+";
color: #005500;
table.code-difftable .unmod .code pre:before {
content: " ";
.add-bubble {
position: relative;
display: none;
float: left;
width: 0px;
height: 0px;
left: -8px;
box-sizing: border-box;
tr.line.add:hover td .add-bubble,
tr.line.del:hover td .add-bubble,
tr.line.unmod:hover td .add-bubble {
.add-bubble div {
background: #577632;
width: 16px;
height: 16px;
padding: 0 2px 2px 0.5px;
border: 1px solid #577632;
border-radius: 3px;
.add-bubble div:before {
font-size: 14px;
color: #ffffff;
font-family: "kallithea";
content: '\e80c';
.add-bubble div:hover {
transform: scale(1.2, 1.2);
div.comment:target>.comment-wrapp {
border: solid 2px #ee0 !important;
.lineno:target a {
margin: -2px;
.btn-image-diff-show,
.btn-image-diff-swap {
margin: 5px;
.img-diff {
max-width: 45%;
height: auto;
/* http://lea.verou.me/demos/css3-patterns.html */
background-image:
linear-gradient(45deg, #888 25%, transparent 25%, transparent),
linear-gradient(-45deg, #888 25%, transparent 25%, transparent),
linear-gradient(45deg, transparent 75%, #888 75%),
linear-gradient(-45deg, transparent 75%, #888 75%);
background-size: 10px 10px;
background-color: #999;
.img-preview {
max-width: 100%;
div.prev-next-comment div.prev-comment,
div.prev-next-comment div.next-comment {
min-width: 150px;
margin: 3px 6px;
#help_kb {
.icon-only-links i {
color: white;
Status change: