[bijiben] editor : CSS updates to improve line / paragraph spacing



commit bed6de550b54abbc53be9294c7a853b670aa2b5c
Author: Carl van Tonder <carl supervacuo com>
Date:   Tue Dec 8 22:57:59 2015 +0100

    editor : CSS updates to improve line / paragraph spacing
    
    See #740338

 data/Default.css |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/data/Default.css b/data/Default.css
index 07a6141..29ad966 100644
--- a/data/Default.css
+++ b/data/Default.css
@@ -7,7 +7,7 @@ body {
 
   color:            _BIJI_TEXT_COLOR;
   background-size:  2.0em 2.0em;
-  line-height:      2.0em;
+  line-height:      1.5em;
   padding:          2.0em;
 }
 
@@ -19,14 +19,16 @@ ul {
   list-style-position:inside;
   margin-top :      0;
   margin-bottom:    0;
-  line-height:      2.0em;
-  padding:          0;
+  padding:          0 0 0 .75em;
 }
 
 ol {
   list-style-position:inside;
   margin-top :      0;
   margin-bottom:    0;
-  line-height:      2.0em;
-  padding:          0;
+  padding:          0 0 0 .75em;
+}
+
+body > div > div {
+  margin:           0.75em 0;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]