diff options
Diffstat (limited to 'includes/stylesheet.css')
-rw-r--r-- | includes/stylesheet.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/stylesheet.css b/includes/stylesheet.css index 78bfc2f..aab9b8f 100644 --- a/includes/stylesheet.css +++ b/includes/stylesheet.css @@ -93,11 +93,11 @@ article ul { margin: 0; } -article li { +article ul li { padding-left: 16px; } -article li:before { +article ul li:before { content: "➙"; padding-right: 8px; } |