www-commits
[Top][All Lists]
Advanced

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

www gnu-new.css


From: John Sullivan
Subject: www gnu-new.css
Date: Mon, 28 Aug 2006 23:27:21 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     John Sullivan <johnsu01>        06/08/28 23:27:21

Modified files:
        .              : gnu-new.css 

Log message:
        Justification without hyphenation is bad news. Maybe this should be 
left at the default in order to work with RTL languages? But for now I'm doing 
left.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu-new.css?cvsroot=www&r1=1.2&r2=1.3

Patches:
Index: gnu-new.css
===================================================================
RCS file: /web/www/www/gnu-new.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- gnu-new.css 25 Aug 2006 00:23:36 -0000      1.2
+++ gnu-new.css 28 Aug 2006 23:27:17 -0000      1.3
@@ -207,19 +207,19 @@
 }
 
 .half {
-  text-align: justify;
+  text-align: left;
   width: 46%;
   padding: 0 1.9%;
 }
 
 .twoThirds {
-  text-align: justify;
+  text-align: left;
   width: 63%;
   padding: 0 1.9%;
 }
 
 .fullWidth {
-  text-align: justify;
+  text-align: left;
   width: 96%;
   padding: 0 1.2em;
   border-left: none;




reply via email to

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