[bijiben] Indent lists



commit fd30273cac50e2dd4621134ac87d387a76ecdef1
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Fri Jun 20 22:36:54 2014 +0200

    Indent lists
    
    Use list-style-position css property on both ol and ul.
    See https://bugzilla.gnome.org/show_bug.cgi?id=728868

 data/Default.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/Default.css b/data/Default.css
index 64be4bf..a2b4a61 100644
--- a/data/Default.css
+++ b/data/Default.css
@@ -16,6 +16,7 @@ body {
 }
 
 ul {
+  list-style-position:inside;
   margin-top :      0;
   margin-bottom:    0;
   line-height:      2.0em;
@@ -23,6 +24,7 @@ ul {
 }
 
 ol {
+  list-style-position:inside;
   margin-top :      0;
   margin-bottom:    0;
   line-height:      2.0em;


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