Skip to content

Commit 66afb2f

Browse files
committed
fix empty lines
1 parent 15aea42 commit 66afb2f

File tree

5 files changed

+239
-368
lines changed

5 files changed

+239
-368
lines changed

dist/diff2html.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Diff to HTML (diff2html.css)
44
* Author: rtfpessoa
55
* Date: Friday 29 August 2014
6-
* Last Update: Sunday 14 September 2014
6+
* Last Update: Saturday 27 September 2014
77
*
88
*/
99

@@ -109,8 +109,7 @@
109109
display: inline-block;
110110
margin-top: -1px;
111111
text-decoration: none;
112-
background-color: #f99;
113-
font-weight: 700;
112+
background-color: #ffb6ba;
114113
border-radius: 0.2em;
115114
}
116115

@@ -119,8 +118,7 @@
119118
display: inline-block;
120119
margin-top: -1px;
121120
text-decoration: none;
122-
background-color: #6f7;
123-
font-weight: 700;
121+
background-color: #97f295;
124122
border-radius: 0.2em;
125123
}
126124

@@ -174,12 +172,12 @@
174172
}
175173

176174
.d2h-del {
177-
background-color: #f7c8c8;
175+
background-color: #fee8e9;
178176
border-color: #e9aeae;
179177
}
180178

181179
.d2h-ins {
182-
background-color: #ceffce;
180+
background-color: #dfd;
183181
border-color: #b4e2b4;
184182
}
185183

dist/index.html

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)