We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc66748 commit 1de8f81Copy full SHA for 1de8f81
enews/enews-java/html-generator/src/main/java/com/novoda/enews/HtmlGenerator.java
@@ -35,6 +35,9 @@ public String generate(Stream<Article> articleStream) {
35
+ " font: 300 1.2em/1.8 Open Sans, regular;"
36
+ " color: #6d6d6d;"
37
+ "}"
38
+ + "ul {"
39
+ + " -webkit-padding-start: 0px;"
40
+ + "}"
41
+ "li {"
42
+ " list-style-type: none; margin: 0;"
43
+ " padding: 10px;"
0 commit comments