www-commits
[Top][All Lists]
Advanced

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

www layout.css


From: Therese Godefroy
Subject: www layout.css
Date: Tue, 28 Oct 2014 13:00:54 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/10/28 13:00:54

Modified files:
        .              : layout.css 

Log message:
        Remove the right box shadow to avoid problems with rtl/ltr switch in 
Persian and Arabic translations of theJoin-FSF button.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.177&r2=1.178

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/layout.css,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -b -r1.177 -r1.178
--- layout.css  16 Sep 2014 08:41:49 -0000      1.177
+++ layout.css  28 Oct 2014 13:00:54 -0000      1.178
@@ -357,11 +357,11 @@
    -khtml-border-radius: 1em;
    -webkit-border-radius: 1em;
    -opera-border-radius: 1em;
-   box-shadow: .15em .15em #171d33;
-   -moz-box-shadow: .15em .15em #171d33;
-   -webkit-box-shadow: .15em .15em #171d33;
-   -icab-box-shadow: .15em .15em #171d33;
-   -o-box-shadow: .15em .15em #171d33;
+   box-shadow:  0 .15em #171d33;
+   -moz-box-shadow:  0 .15em #171d33;
+   -webkit-box-shadow:  0 .15em #171d33;
+   -icab-box-shadow:  0 .15em #171d33;
+   -o-box-shadow:  0 .15em #171d33;
 }
 
 #fssbox {
@@ -399,11 +399,11 @@
    -khtml-border-radius: 1em;
    -webkit-border-radius: 1em;
    -opera-border-radius: 1em;
-   box-shadow: .15em .15em #171d33;
-   -moz-box-shadow: .15em .15em #171d33;
-   -webkit-box-shadow: .15em .15em #171d33;
-   -icab-box-shadow: .15em .15em #171d33;
-   -o-box-shadow: .15em .15em #171d33;
+   box-shadow: 0 .15em #171d33;
+   -moz-box-shadow: 0 .15em #171d33;
+   -webkit-box-shadow: 0 .15em #171d33;
+   -icab-box-shadow: 0 .15em #171d33;
+   -o-box-shadow: 0 .15em #171d33;
 }
 #fssbox input[type="text"]:focus {
    color: #333;
@@ -679,11 +679,11 @@
    text-align: center;
    font-weight: bold;
    margin-top: .7em; margin-bottom: .8em;
-   box-shadow: .15em .15em #171d33;
-   -moz-box-shadow: .15em .15em #171d33;
-   -webkit-box-shadow: .15em .15em #171d33;
-   -icab-box-shadow: .15em .15em #171d33;
-   -o-box-shadow: .15em .15em #171d33;
+   box-shadow: 0 .15em #171d33;
+   -moz-box-shadow: 0 .15em #171d33;
+   -webkit-box-shadow: 0 .15em #171d33;
+   -icab-box-shadow: 0 .15em #171d33;
+   -o-box-shadow: 0 .15em #171d33;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -khtml-border-radius: 1em;



reply via email to

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