Skip to content

Commit

Permalink
remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundell committed Sep 4, 2017
1 parent 2b3b170 commit e26b294
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void makeList() {
for (Article article : articleStream.collect(Collectors.toList())) {

li().style("list-style-type: none; margin: 0; padding: 10px; overflow: auto;")
.a().style("display: block; text-decoration: none; color: black;").href(article.getPageLink())
.a().style("text-decoration: none; color: black;").href(article.getPageLink())
.div()
.img()
.style("float: left; margin: 0 15px 0 0; width: 100px; height: 100px;" +
Expand Down

0 comments on commit e26b294

Please sign in to comment.