We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3b170 commit e26b294Copy full SHA for e26b294
enews/enews-java/html-generator/src/main/java/com/novoda/enews/HtmlGenerator.java
@@ -33,7 +33,7 @@ void makeList() {
33
for (Article article : articleStream.collect(Collectors.toList())) {
34
35
li().style("list-style-type: none; margin: 0; padding: 10px; overflow: auto;")
36
- .a().style("display: block; text-decoration: none; color: black;").href(article.getPageLink())
+ .a().style("text-decoration: none; color: black;").href(article.getPageLink())
37
.div()
38
.img()
39
.style("float: left; margin: 0 15px 0 0; width: 100px; height: 100px;" +
0 commit comments