Skip to content

Commit

Permalink
remove inherited padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundell committed Sep 21, 2017
1 parent cc66748 commit 1de8f81
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ public String generate(Stream<Article> articleStream) {
+ " font: 300 1.2em/1.8 Open Sans, regular;"
+ " color: #6d6d6d;"
+ "}"
+ "ul {"
+ " -webkit-padding-start: 0px;"
+ "}"
+ "li {"
+ " list-style-type: none; margin: 0;"
+ " padding: 10px;"
Expand Down

0 comments on commit 1de8f81

Please sign in to comment.