guix-commits
[Top][All Lists]
Advanced

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

01/05: website: news: Justify test and enable hyphenation.


From: Ludovic Courtès
Subject: 01/05: website: news: Justify test and enable hyphenation.
Date: Thu, 10 Nov 2016 22:22:46 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix-artwork.

commit aa81cae2467e081e65d95e3d0950cc234c3e599d
Author: Ludovic Courtès <address@hidden>
Date:   Thu Nov 10 22:51:54 2016 +0100

    website: news: Justify test and enable hyphenation.
    
    * website/static/base/css/news.css (.post-body, p): New categories.
---
 website/static/base/css/news.css |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/website/static/base/css/news.css b/website/static/base/css/news.css
index 7f1da04..7e50998 100644
--- a/website/static/base/css/news.css
+++ b/website/static/base/css/news.css
@@ -21,3 +21,11 @@
     color: #4D4D4D;
     font-size: 0.9em;
 }
+
+.post-body {
+    text-align: justify;
+}
+
+p {
+    hyphens: auto;
+}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]