Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Fix list margin and padding on Firefox #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/css/general.styl
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,15 @@ ul
display: block
list-style-type: disc
-webkit-margin-before: 1em
-moz-margin-before: 1em
-webkit-margin-after: 1em
-moz-margin-after: 1em
-webkit-margin-start: 0px
-moz-margin-start: 0px
-webkit-margin-end: 0px
-moz-margin-end: 0px
-webkit-padding-start: 40px
-moz-padding-start: 40px

ol
list-style-type: decimal
Expand Down