You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2012/09/09 13:57:26 UTC

svn commit: r1382472 - in /incubator/flex/site/trunk/content/flex: installerbadge/index.chtml usingthebadge.mdtext

Author: erikdebruin
Date: Sun Sep  9 11:57:26 2012
New Revision: 1382472

URL: http://svn.apache.org/viewvc?rev=1382472&view=rev
Log:
Minor update to fix sizing problem on the small version of the badge.

Modified:
    incubator/flex/site/trunk/content/flex/installerbadge/index.chtml
    incubator/flex/site/trunk/content/flex/usingthebadge.mdtext

Modified: incubator/flex/site/trunk/content/flex/installerbadge/index.chtml
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/installerbadge/index.chtml?rev=1382472&r1=1382471&r2=1382472&view=diff
==============================================================================
--- incubator/flex/site/trunk/content/flex/installerbadge/index.chtml (original)
+++ incubator/flex/site/trunk/content/flex/installerbadge/index.chtml Sun Sep  9 11:57:26 2012
@@ -41,7 +41,7 @@
             _widget.style.height = (theHeight - 2) + "px";
             _widget.style.width = (theWidth - 2) + "px";
             
-            document.getElementById("InstallApacheFlexBadge").style.border = "1px solid #172647";
+            _widget.style.border = "1px solid #172647";
         }
     }
     

Modified: incubator/flex/site/trunk/content/flex/usingthebadge.mdtext
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/usingthebadge.mdtext?rev=1382472&r1=1382471&r2=1382472&view=diff
==============================================================================
--- incubator/flex/site/trunk/content/flex/usingthebadge.mdtext (original)
+++ incubator/flex/site/trunk/content/flex/usingthebadge.mdtext Sun Sep  9 11:57:26 2012
@@ -22,7 +22,7 @@ You can embed the badge on your website 
 
 Regular size (302 x 302)  
 
-<iframe name="afSDKInstallBadgeRegular" src="http://flex.staging.apache.org/flex/installerbadge/index.html" frameborder="1" height="302" marginheight="0" marginwidth="0" scrolling="no" width="302"></iframe>
+<iframe name="afSDKInstallBadgeRegular" src="http://incubator.apache.org/flex/installerbadge/index.html" frameborder="0" height="302" marginheight="0" marginwidth="0" scrolling="no" width="302"></iframe>
 
 Use this code to embed the regular size badge on your website/blog:  
 
@@ -31,7 +31,7 @@ Use this code to embed the regular size 
 
 Small size (402 x 84)  
 
-<iframe name="afSDKInstallBadgeSmall" src="http://flex.staging.apache.org/flex/installerbadge/index.html" frameborder="1" height="84" marginheight="0" marginwidth="0" scrolling="no" width="402"></iframe>
+<iframe name="afSDKInstallBadgeSmall" src="http://incubator.apache.org/flex/installerbadge/index.html" frameborder="0" height="84" marginheight="0" marginwidth="0" scrolling="no" width="402"></iframe>
 
 Use this code to embed the small size badge on your website/blog: