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:19:29 UTC

svn commit: r1382454 - /incubator/flex/site/trunk/content/flex/usingthebadge.mdtext

Author: erikdebruin
Date: Sun Sep  9 11:19:29 2012
New Revision: 1382454

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

Modified:
    incubator/flex/site/trunk/content/flex/usingthebadge.mdtext

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