From 9b41a2f37bf234022a8643633b8eb1bb4f09bc09 Mon Sep 17 00:00:00 2001 From: Saivann Date: Sun, 29 Dec 2013 22:18:53 -0500 Subject: [PATCH] Set text-align:left; instead of justify for short paragraphs --- _less/rtl.less | 3 +++ _less/screen.less | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/_less/rtl.less b/_less/rtl.less index 620b8503..cbee709d 100644 --- a/_less/rtl.less +++ b/_less/rtl.less @@ -83,6 +83,9 @@ h2 .rssicon{ .downloadbox div{ text-align:right; } +.previewrow{ + text-align:right; +} .previewrow>div{ margin-right:auto; margin-left:15px; diff --git a/_less/screen.less b/_less/screen.less index 64655a4c..e5b685ed 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -532,9 +532,6 @@ li p{ font-size:200%; color:#ee9209; } -.start p{ - text-align:justify; -} .start div div div{ display:block; width:auto; @@ -642,6 +639,9 @@ li p{ width:auto; height:auto; } +.tablehalf p{ + text-align:left; +} .contributors{ width:890px; @@ -757,7 +757,7 @@ li p{ .previewrow{ float:left; width:255px; - text-align:justify; + text-align:left; padding-left:40px; position:relative; }