From 4dbaef16bbff992362582264ad67f3de7dcdfc05 Mon Sep 17 00:00:00 2001 From: postblue Date: Mon, 27 Apr 2015 10:32:14 +0200 Subject: From list-style-position:inside to list-style-position:outside due to Gecko's (Firefox) bad handling See: https://bugzilla.mozilla.org/show_bug.cgi?id=36854 --- assets/css/style.css | 2 +- assets/sass/style.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 869b2c3..3bc155e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -45,7 +45,7 @@ a { text-decoration: none; } ul, ol { - list-style-position: inside; + list-style-position: outside; line-height: 1.8; margin: 0 0 40px; padding: 0; } diff --git a/assets/sass/style.scss b/assets/sass/style.scss index 0664a12..e393601 100644 --- a/assets/sass/style.scss +++ b/assets/sass/style.scss @@ -42,7 +42,7 @@ a { } ul, ol { - list-style-position: inside; + list-style-position: outside; line-height: 1.8; margin: 0 0 40px; padding: 0; @@ -689,4 +689,4 @@ table { } .footer-copyright { padding: 0 10px; } -} \ No newline at end of file +} -- cgit v1.2.3