Skip to content

Commit e26b294

Browse files
author
Blundell
committed
remove unused css
1 parent 2b3b170 commit e26b294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enews/enews-java/html-generator/src/main/java/com/novoda/enews/HtmlGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void makeList() {
3333
for (Article article : articleStream.collect(Collectors.toList())) {
3434

3535
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())
36+
.a().style("text-decoration: none; color: black;").href(article.getPageLink())
3737
.div()
3838
.img()
3939
.style("float: left; margin: 0 15px 0 0; width: 100px; height: 100px;" +

0 commit comments

Comments
 (0)