[bijiben] CSS: make lines bigger



commit a09e3c74525fda9cea76874e843015067325f83f
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Tue Nov 27 23:09:15 2012 +0100

    CSS: make lines bigger
    
    Partially works https://bugzilla.gnome.org/show_bug.cgi?id=689170
    Can write on first page line
    Text does not overlap lines
    Bigger Line Spacing
    But this commit does NOT implement space between top line and top of the note neither make the text bigger

 data/Default.css |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/data/Default.css b/data/Default.css
index 73d9835..e783d68 100644
--- a/data/Default.css
+++ b/data/Default.css
@@ -1,29 +1,29 @@
 body {
-	margin-left: 1em;
-	margin-right: 1em;
-	margin-bottom: 4em;
+	margin-top:      -2em;
+	margin-left:      1em;
+	margin-right:     1em;
+	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:1.5em 1.5em;
-	line-height:1.5em;
-        padding: 1.5em;
+	background-size:  2.0em 2.0em;
+	line-height:      2.0em;
+        padding:          2.0em;
 }
 
 ul {
-	margin-top :0em;
-	margin-bottom: 0em;
-	line-height:1.5em;
-        padding: 0em;
+	margin-top :      0em;
+	margin-bottom:    0em;
+	line-height:      2.0em;
+        padding:          0em;
 }
 
 ol {
-	margin-top :0em;
-	margin-bottom: 0em;
-	line-height:1.5em;
-        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]