Browse Source

Use serif fonts for article contents

Frédéric Guillot 8 years ago
parent
commit
480b0d94e2

+ 1 - 1
locale/translations.go

@@ -1,5 +1,5 @@
 // Code generated by go generate; DO NOT EDIT.
-// 2017-11-21 20:18:16.06757584 -0800 PST m=+0.047008676
+// 2017-11-21 20:44:27.919123936 -0800 PST m=+0.030076732
 
 package locale
 

+ 1 - 1
server/static/bin.go

@@ -1,5 +1,5 @@
 // Code generated by go generate; DO NOT EDIT.
-// 2017-11-21 20:18:16.027243814 -0800 PST m=+0.006676650
+// 2017-11-21 20:44:27.896797236 -0800 PST m=+0.007750032
 
 package static
 

File diff suppressed because it is too large
+ 1 - 1
server/static/css.go


+ 4 - 2
server/static/css/common.css

@@ -528,9 +528,10 @@ a.button {
 
 .entry-content {
     padding-top: 15px;
-    font-size: 1.1em;
+    font-size: 1.2em;
     font-weight: 300;
-    color: #444;
+    font-family: Georgia, 'Times New Roman', Times, serif;
+    color: #555;
 }
 
 .entry-content h1, h2, h3, h4, h5, h6 {
@@ -557,6 +558,7 @@ a.button {
     margin-top: 15px;
     margin-bottom: 15px;
     text-align: justify;
+    line-height: 1.4em;
 }
 
 .entry-content a:visited {

+ 1 - 1
server/static/js.go

@@ -1,5 +1,5 @@
 // Code generated by go generate; DO NOT EDIT.
-// 2017-11-21 20:18:16.035467739 -0800 PST m=+0.014900575
+// 2017-11-21 20:44:27.901252396 -0800 PST m=+0.012205192
 
 package static
 

+ 1 - 1
server/template/common.go

@@ -1,5 +1,5 @@
 // Code generated by go generate; DO NOT EDIT.
-// 2017-11-21 20:18:16.064392532 -0800 PST m=+0.043825368
+// 2017-11-21 20:44:27.917425704 -0800 PST m=+0.028378500
 
 package template
 

+ 1 - 1
server/template/views.go

@@ -1,5 +1,5 @@
 // Code generated by go generate; DO NOT EDIT.
-// 2017-11-21 20:18:16.038376976 -0800 PST m=+0.017809812
+// 2017-11-21 20:44:27.902557626 -0800 PST m=+0.013510422
 
 package template
 

+ 1 - 1
sql/sql.go

@@ -1,5 +1,5 @@
 // Code generated by go generate; DO NOT EDIT.
-// 2017-11-21 20:18:16.024887819 -0800 PST m=+0.004320655
+// 2017-11-21 20:44:27.893194286 -0800 PST m=+0.004147082
 
 package sql
 

Some files were not shown because too many files changed in this diff