Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpostblue <postblue+git@postblue.info>2015-04-27 11:51:12 +0300
committerpostblue <postblue+git@postblue.info>2015-04-27 11:51:12 +0300
commit5e4bd257b3713a0b80d82b9df5ef03261832d54d (patch)
treea4b7104e35fd6e3a172af3a29bb41ea04ab3de11
parent4dbaef16bbff992362582264ad67f3de7dcdfc05 (diff)
Adding padding to mimic the list-style-position:inside argument
-rw-r--r--assets/css/style.css1
-rw-r--r--assets/sass/style.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 3bc155e..d6abd49 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -46,6 +46,7 @@ a {
ul, ol {
list-style-position: outside;
+ padding-left: 1rem;
line-height: 1.8;
margin: 0 0 40px;
padding: 0; }
diff --git a/assets/sass/style.scss b/assets/sass/style.scss
index e393601..cec1417 100644
--- a/assets/sass/style.scss
+++ b/assets/sass/style.scss
@@ -43,6 +43,7 @@ a {
ul, ol {
list-style-position: outside;
+ padding-left: 1rem;
line-height: 1.8;
margin: 0 0 40px;
padding: 0;