Author: marcus
Date: Wed Jun 25 22:32:16 2014
New Revision: 1605627

URL: http://svn.apache.org/r1605627
Log:
Updated styles

Modified:
    openoffice/ooo-site/trunk/content/download/test/boxed_download.js

Modified: openoffice/ooo-site/trunk/content/download/test/boxed_download.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/boxed_download.js?rev=1605627&r1=1605626&r2=1605627&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/boxed_download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/boxed_download.js Wed Jun 
25 22:32:16 2014
@@ -4,7 +4,7 @@
 function createDownloadBox() {
   // Green colored box.
   // Show select boxes and both download text buttons.
-  document.write( "<div class='first button green' id='optionitem2'>"
+  document.write( "<div class='first button green-sel' id='optionitem2'>"
     + "<div class='green-icon'></div>"
     // Headline.
     + "<h2 title='" + l10n_download_green_box_headline_title + "'>"
@@ -53,7 +53,7 @@ function createDownloadBox() {
 
   // Sub-green colored box.
   // Show release info, filesizes, checksum links and help links.
-  + "<div id='sub_box' class='button sub-green'>"
+  + "<div id='sub_box' class='button sub-green-sel'>"
     + "<div>" // The 3 lines of release info
       // Error text with hint.
       + "<img id='dl_err_img'      style='margin: 5px 5px 18px 3%;' 
height='16' width='16' />"


Reply via email to