[bijiben] NoteView: little more padding on borders



commit da54718daf28fdc6a71f9451947795cd577631db
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Mon Apr 15 10:03:16 2013 +0200

    NoteView: little more padding on borders
    
    See 698026

 data/Default.css | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/data/Default.css b/data/Default.css
index e783d68..c2a1694 100644
--- a/data/Default.css
+++ b/data/Default.css
@@ -1,29 +1,29 @@
 body {
-       margin-top:      -2em;
-       margin-left:      1em;
-       margin-right:     1em;
-       margin-bottom:    8em;
+  margin-top:      -2em;
+  margin-left:      2em;
+  margin-right:     2em;
+  margin-bottom:    8em;
 
-       background-image: -webkit-linear-gradient(90deg,
-                                                 rgba(97%,97%,100%,0) 0%,
-                                                 rgba(97%,97%,100%,0) 90%,
-                                                 rgba(0%,0%,0%,0.15) 100%);
+  background-image: -webkit-linear-gradient(90deg,
+                               rgba(97%,97%,100%,0) 0%,
+                               rgba(97%,97%,100%,0) 90%,
+                               rgba(0%,0%,0%,0.15) 100%);
 
-       background-size:  2.0em 2.0em;
-       line-height:      2.0em;
-        padding:          2.0em;
+  background-size:  2.0em 2.0em;
+  line-height:      2.0em;
+  padding:          2.0em;
 }
 
 ul {
-       margin-top :      0em;
-       margin-bottom:    0em;
-       line-height:      2.0em;
-        padding:          0em;
+  margin-top :      0em;
+  margin-bottom:    0em;
+  line-height:      2.0em;
+  padding:          0em;
 }
 
 ol {
-       margin-top :      0em;
-       margin-bottom:    0em;
-       line-height:      2.0em;
-        padding:          0em;
+  margin-top :      0em;
+  margin-bottom:    0em;
+  line-height:      2.0em;
+  padding:          0em;
 }


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