Skip to content

Commit 1de8f81

Browse files
author
Blundell
committed
remove inherited padding
1 parent cc66748 commit 1de8f81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ public String generate(Stream<Article> articleStream) {
3535
+ " font: 300 1.2em/1.8 Open Sans, regular;"
3636
+ " color: #6d6d6d;"
3737
+ "}"
38+
+ "ul {"
39+
+ " -webkit-padding-start: 0px;"
40+
+ "}"
3841
+ "li {"
3942
+ " list-style-type: none; margin: 0;"
4043
+ " padding: 10px;"

0 commit comments

Comments
 (0)