@@ -4910,109 +4910,119 @@ table.code-difftable td.code pre i {
/** 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: 2px;
padding-right: 8px;
cursor: pointer;
display: block;
table.code-difftable .lineno-inline {
background: none repeat scroll 0 0 #FFF !important;
/** 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;
.add-bubble {
position: relative;
display: none;
float: left;
width: 0px;
height: 0px;
tr.line.add td.code:hover .add-bubble,
tr.line.del td.code:hover .add-bubble,
tr.line.unmod td.code:hover .add-bubble {
display: inherit;
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 {
left: -32px;
width: 32px;
height: 32px;
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: #577632;
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%);
Status change: