Skip to content

Commit

Permalink
Release version 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfpessoa committed Sep 10, 2016
1 parent 7290650 commit 5b5feda
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diff2html",
"version": "2.0.5",
"version": "2.0.6",
"homepage": "https://diff2html.xyz",
"description": "Fast Diff to colorized HTML",
"keywords": [
Expand Down
26 changes: 8 additions & 18 deletions dist/diff2html.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,13 @@
width: 100%;
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 15px;
}

.d2h-file-name {
line-height: 33px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
overflow-x: hidden;
line-height: 21px;
}

.d2h-file-wrapper {
Expand All @@ -75,13 +74,15 @@
font-size: 13px;
}

.d2h-diff-tbody > tr > td > div {
height: 16px;
line-height: 16px;
.d2h-diff-tbody > tr > td {
height: 20px;
line-height: 20px;
}

.d2h-files-diff {
display: block;
width: 100%;
height: 100%;
}

.d2h-file-diff {
Expand All @@ -95,23 +96,20 @@
overflow-y: hidden;
width: 50%;
margin-right: -4px;
margin-bottom: -8px;
}

.d2h-code-line {
display: inline-block;
white-space: nowrap;
padding: 0 10px;
margin-left: 80px;
height: 20px;
line-height: 20px;
}

.d2h-code-side-line {
display: inline-block;
white-space: nowrap;
padding: 0 10px;
height: 20px;
line-height: 20px;
margin-left: 50px;
}

Expand Down Expand Up @@ -172,10 +170,8 @@
box-sizing: border-box;
position: absolute;
width: 86px;
height: 18px;
padding-left: 2px;
padding-right: 2px;
line-height: 18px;
background-color: #fff;
color: rgba(0, 0, 0, 0.3);
text-align: right;
Expand All @@ -190,8 +186,6 @@
width: 56px;
padding-left: 5px;
padding-right: 5px;
height: 18px;
line-height: 18px;
background-color: #fff;
color: rgba(0, 0, 0, 0.3);
text-align: right;
Expand Down Expand Up @@ -262,10 +256,6 @@
text-align: left;
}

.d2h-file-list-line .d2h-file-name {
line-height: 21px;
}

.d2h-file-list {
display: block;
list-style: none;
Expand Down
2 changes: 1 addition & 1 deletion dist/diff2html.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diff2html",
"version": "2.0.5",
"version": "2.0.6",
"homepage": "https://diff2html.xyz",
"description": "Fast Diff to colorized HTML",
"keywords": [
Expand Down

0 comments on commit 5b5feda

Please sign in to comment.