Revision: 8195
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8195&view=rev
Author:   gulp21-1
Date:     2012-10-10 12:01:36 +0000 (Wed, 10 Oct 2012)
Log Message:
-----------
CSS gradient syntax (unprefixed) changed

Modified Paths:
--------------
    trunk/JLanguageTool/src/main/dev/tools/ltdiff/ltdiff.css
    trunk/website/www/changes/V_1_8_to_V_1_9/ltdiff.css
    trunk/website/www/css/style.css

Modified: trunk/JLanguageTool/src/main/dev/tools/ltdiff/ltdiff.css
===================================================================
--- trunk/JLanguageTool/src/main/dev/tools/ltdiff/ltdiff.css    2012-10-10 
10:06:04 UTC (rev 8194)
+++ trunk/JLanguageTool/src/main/dev/tools/ltdiff/ltdiff.css    2012-10-10 
12:01:36 UTC (rev 8195)
@@ -39,7 +39,7 @@
   background-image: -moz-linear-gradient(left, #f0ffe1, rgba(240, 255, 225, 
0));
   background-image: -o-linear-gradient(left, #f0ffe1, rgba(240, 255, 225, 0));
   background-image: -ms-linear-gradient(left, #f0ffe1, rgba(240, 255, 225, 0));
-  background-image: linear-gradient(left, #f0ffe1, rgba(240, 255, 225, 0));
+  background-image: linear-gradient(to right, #f0ffe1, rgba(240, 255, 225, 0));
 }
 
 .new > td:first-child {
@@ -47,7 +47,7 @@
   background-image: -moz-linear-gradient(left, #5ba622, #f0ffe1);
   background-image: -o-linear-gradient(left, #5ba622, #f0ffe1);
   background-image: -ms-linear-gradient(left, #5ba622, #f0ffe1);
-  background-image: linear-gradient(left, #5ba622, #f0ffe1);
+  background-image: linear-gradient(to right, #5ba622, #f0ffe1);
 }
 
 td:last-child > div {
@@ -78,7 +78,7 @@
   background-image: -moz-linear-gradient(left, #ffc8c8, rgba(255, 200, 200, 
0));
   background-image: -o-linear-gradient(left, #ffc8c8, rgba(255, 200, 200, 0));
   background-image: -ms-linear-gradient(left, #ffc8c8, rgba(255, 200, 200, 0));
-  background-image: linear-gradient(left, #ffc8c8, rgba(255, 200, 200, 0));
+  background-image: linear-gradient(to right, #ffc8c8, rgba(255, 200, 200, 0));
 }
 
 .removed > td:first-child {
@@ -86,7 +86,7 @@
   background-image: -moz-linear-gradient(left, #ca0000, #ffc8c8);
   background-image: -o-linear-gradient(left, #ca0000, #ffc8c8);
   background-image: -ms-linear-gradient(left, #ca0000, #ffc8c8);
-  background-image: linear-gradient(left, #ca0000, #ffc8c8);
+  background-image: linear-gradient(to right, #ca0000, #ffc8c8);
 }
 
 .modified > td {
@@ -94,7 +94,7 @@
   background-image: -moz-linear-gradient(left, #ffedcf, rgba(255, 237, 207, 
0));
   background-image: -o-linear-gradient(left, #ffedcf, rgba(255, 237, 207, 0));
   background-image: -ms-linear-gradient(left, #ffedcf, rgba(255, 237, 207, 0));
-  background-image: linear-gradient(left, #ffedcf, rgba(255, 237, 207, 0));
+  background-image: linear-gradient(to right, #ffedcf, rgba(255, 237, 207, 0));
 }
 
 .modified > td:first-child {
@@ -102,7 +102,7 @@
   background-image: -moz-linear-gradient(left, #ffa300, #ffedcf);
   background-image: -o-linear-gradient(left, #ffa300, #ffedcf);
   background-image: -ms-linear-gradient(left, #ffa300, #ffedcf);
-  background-image: linear-gradient(left, #ffa300, #ffedcf);
+  background-image: linear-gradient(to right, #ffa300, #ffedcf);
 }
 
 .lang > td {
@@ -118,7 +118,7 @@
   background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .4), rgba(0, 0, 
0, 0));
   background-image: -o-linear-gradient(left, rgba(0, 0, 0, .4), rgba(0, 0, 0, 
0));
   background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .4), rgba(0, 0, 0, 
0));
-  background-image: linear-gradient(left, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
+  background-image: linear-gradient(to right, rgba(0, 0, 0, .4), rgba(0, 0, 0, 
0));
 }
 
 .gray {

Modified: trunk/website/www/changes/V_1_8_to_V_1_9/ltdiff.css
===================================================================
--- trunk/website/www/changes/V_1_8_to_V_1_9/ltdiff.css 2012-10-10 10:06:04 UTC 
(rev 8194)
+++ trunk/website/www/changes/V_1_8_to_V_1_9/ltdiff.css 2012-10-10 12:01:36 UTC 
(rev 8195)
@@ -39,7 +39,7 @@
   background-image: -moz-linear-gradient(left, #f0ffe1, rgba(240, 255, 225, 
0));
   background-image: -o-linear-gradient(left, #f0ffe1, rgba(240, 255, 225, 0));
   background-image: -ms-linear-gradient(left, #f0ffe1, rgba(240, 255, 225, 0));
-  background-image: linear-gradient(left, #f0ffe1, rgba(240, 255, 225, 0));
+  background-image: linear-gradient(to right, #f0ffe1, rgba(240, 255, 225, 0));
 }
 
 .new > td:first-child {
@@ -47,7 +47,7 @@
   background-image: -moz-linear-gradient(left, #5ba622, #f0ffe1);
   background-image: -o-linear-gradient(left, #5ba622, #f0ffe1);
   background-image: -ms-linear-gradient(left, #5ba622, #f0ffe1);
-  background-image: linear-gradient(left, #5ba622, #f0ffe1);
+  background-image: linear-gradient(to right, #5ba622, #f0ffe1);
 }
 
 td:last-child > div {
@@ -78,7 +78,7 @@
   background-image: -moz-linear-gradient(left, #ffc8c8, rgba(255, 200, 200, 
0));
   background-image: -o-linear-gradient(left, #ffc8c8, rgba(255, 200, 200, 0));
   background-image: -ms-linear-gradient(left, #ffc8c8, rgba(255, 200, 200, 0));
-  background-image: linear-gradient(left, #ffc8c8, rgba(255, 200, 200, 0));
+  background-image: linear-gradient(to right, #ffc8c8, rgba(255, 200, 200, 0));
 }
 
 .removed > td:first-child {
@@ -86,7 +86,7 @@
   background-image: -moz-linear-gradient(left, #ca0000, #ffc8c8);
   background-image: -o-linear-gradient(left, #ca0000, #ffc8c8);
   background-image: -ms-linear-gradient(left, #ca0000, #ffc8c8);
-  background-image: linear-gradient(left, #ca0000, #ffc8c8);
+  background-image: linear-gradient(to right, #ca0000, #ffc8c8);
 }
 
 .modified > td {
@@ -94,7 +94,7 @@
   background-image: -moz-linear-gradient(left, #ffedcf, rgba(255, 237, 207, 
0));
   background-image: -o-linear-gradient(left, #ffedcf, rgba(255, 237, 207, 0));
   background-image: -ms-linear-gradient(left, #ffedcf, rgba(255, 237, 207, 0));
-  background-image: linear-gradient(left, #ffedcf, rgba(255, 237, 207, 0));
+  background-image: linear-gradient(to right, #ffedcf, rgba(255, 237, 207, 0));
 }
 
 .modified > td:first-child {
@@ -102,7 +102,7 @@
   background-image: -moz-linear-gradient(left, #ffa300, #ffedcf);
   background-image: -o-linear-gradient(left, #ffa300, #ffedcf);
   background-image: -ms-linear-gradient(left, #ffa300, #ffedcf);
-  background-image: linear-gradient(left, #ffa300, #ffedcf);
+  background-image: linear-gradient(to right, #ffa300, #ffedcf);
 }
 
 .lang > td {
@@ -118,7 +118,7 @@
   background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .4), rgba(0, 0, 
0, 0));
   background-image: -o-linear-gradient(left, rgba(0, 0, 0, .4), rgba(0, 0, 0, 
0));
   background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .4), rgba(0, 0, 0, 
0));
-  background-image: linear-gradient(left, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
+  background-image: linear-gradient(to right, rgba(0, 0, 0, .4), rgba(0, 0, 0, 
0));
 }
 
 .gray {

Modified: trunk/website/www/css/style.css
===================================================================
--- trunk/website/www/css/style.css     2012-10-10 10:06:04 UTC (rev 8194)
+++ trunk/website/www/css/style.css     2012-10-10 12:01:36 UTC (rev 8195)
@@ -261,7 +261,7 @@
     background-image: url("../images/downloadArrow.png"), 
-moz-linear-gradient(top, #FBDB2D 0%, #EC8622 100%);
     background-image: url("../images/downloadArrow.png"), 
-ms-linear-gradient(top, #FBDB2D 0%, #EC8622 100%);
     background-image: url("../images/downloadArrow.png"), 
-o-linear-gradient(top, #FBDB2D 0%, #EC8622 100%);
-    background-image: url("../images/downloadArrow.png"), linear-gradient(top, 
#FBDB2D 0%, #EC8622 100%);
+    background-image: url("../images/downloadArrow.png"), linear-gradient(to 
bottom, #FBDB2D 0%, #EC8622 100%);
     background-repeat: no-repeat;
     background-position: bottom right;
     min-height: 74px;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to