Fixed translation notification emails

This commit is contained in:
Godwin
2016-07-18 22:32:54 -07:00
parent 1b95a5eb3d
commit e57eba4157
4 changed files with 13 additions and 18 deletions
+9 -5
View File
@@ -207,17 +207,21 @@ pre {
display: inline-block;
padding: 0.5em;
margin: 0;
background-color: lighten($colour-3, 33%);
border: 2px solid #DDD;
white-space: nowrap;
border-bottom: 1px solid #DDD;
//white-space: nowrap;
&:nth-child(odd) {
margin-right: -3px;
float: left;
clear: left;
}
&:nth-child(even) {
background-color: lighten($colour-5 , 33%);
ins {
color: #080;//lighten($colour-3, 33%);
}
del {
color: #800;
}
}
}