[Xfce4-commits] [www/www.xfce.org] 08/29: Stop justifying text, let it flow freely from left Adjust the frontpage column padding

noreply at xfce.org noreply at xfce.org
Sun May 21 22:00:50 CEST 2017


This is an automated email from the git hooks/post-receive script.

k   n   o   m   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository www/www.xfce.org.

commit 4899dd293e4e26e79129222be2c705cfb185084e
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date:   Thu May 18 00:19:28 2017 +0300

    Stop justifying text, let it flow freely from left
    Adjust the frontpage column padding
---
 style/base.css      | 2 +-
 style/frontpage.css | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/style/base.css b/style/base.css
index 2317bc5..a4037c4 100644
--- a/style/base.css
+++ b/style/base.css
@@ -133,7 +133,7 @@ dl dd {
 			padding: 2em;
 			border-right: 1px solid #ccc;
 			line-height: 1.7em;
-			text-align: justify;
+/*			text-align: justify; */
 		}
 			#article ul, #article ol {
 				list-style-position: outside;
diff --git a/style/frontpage.css b/style/frontpage.css
index 2f09122..ad3a53a 100644
--- a/style/frontpage.css
+++ b/style/frontpage.css
@@ -17,11 +17,11 @@
 .frontpage_cols {
 	display: flex;
 	flex-wrap: wrap;
-	padding: 2em 1em;
+	padding: 2em 0.5em;
 }
 	.frontpage_cols .column {
 		box-sizing: border-box;
-		margin: 0 1em;
+		margin: 0 1.5em;
 		flex: 50;
 	}
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list