Skip to content

Commit 7d675be

Browse files
committed
Trimming down some marketing content
1 parent c8ad430 commit 7d675be

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

css/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ h1, h2, h3 {
1212
}
1313

1414
h1 {
15-
margin: 38px 0 0 0;
15+
margin: 10px 0 20px 0;
1616
font-size: 38px;
1717
line-height: 45px;
1818
color: #0079C1;
@@ -38,7 +38,7 @@ h3 {
3838
.example {
3939
position: relative;
4040
margin: 0;
41-
padding: 22px;
41+
padding: 22px 22px 11px;
4242
background-color: white;
4343
border: 1px solid #DDD;
4444
border-top: 0;

index.html

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
<body>
1111
<div id="page">
1212
<h1>PayPal payment buttons</h1>
13-
<p>Integrating with the experimental PayPal JavaScript buttons is as easy as including a small snippet of code. We have multiple flavors of buttons to fit your needs.</p>
14-
15-
<p>Pick a button, click <strong>Customize</strong> to make it your own, and try the generated button to make a PayPal payment.</p>
16-
<p><em>Important:</em> Payments made using this code will be live and not Sandbox test payments.</p>
13+
<p>Integrating with the PayPal JavaScript buttons is as easy as including a small snippet of code. Pick a button, click <strong>Customize</strong> to make it your own, and copy the generated code.</p>
1714

1815
<ul class="nav nav-tabs">
1916
<li class="active"><a href="#buynow" data-toggle="tab">Buy Now</a></li>
@@ -261,16 +258,16 @@ <h1>PayPal payment buttons</h1>
261258
</div>
262259
</div>
263260

264-
265261
</div>
262+
<p><em>Important:</em> Payments made using this code will be live and not test payments.</p>
263+
266264

267265
<h3>Add payment buttons to your site</h3>
268-
<p>PayPal makes it easy to accept payments on a website, whether it&apos;s a mobile device, tablet, or PC. Just copy and paste a short HTML snippet on your website to add a payment button or a shopping cart.</p>
266+
<p>PayPal makes it easy to accept payments on a website, whether it&apos;s a mobile device, tablet, or PC.</p>
269267

270268
<ol>
271269
<li>
272-
<p>Get your Merchant account ID or email address. You'll need to add it to the code above.</p>
273-
<p>If you&apos;re logged in to PayPal, you can get find it on your <a target="_blank" href="https://www.paypal.com/webapps/customerprofile/summary.view">account
270+
<p>Get your Merchant account ID or email address. You'll need to add it to the code above. If you&apos;re logged in to PayPal, you can get find it on your <a target="_blank" href="https://www.paypal.com/webapps/customerprofile/summary.view">account
274271
profile page</a>.</p>
275272
</li>
276273
<li>
@@ -291,12 +288,10 @@ <h3>Add payment buttons to your site</h3>
291288
</ul>
292289
</li>
293290
<li>
294-
<p>Customize the button</p>
295-
<p>Choose your button type, and customize your button with your product name and price using the <strong>Customize</strong> option.</p>
291+
<p>Customize! Choose your button type, and updated your button with your product name and price using the <strong>Customize</strong> option.</p>
296292
</li>
297293
<li>
298-
<p>Add the button code to your website.</p>
299-
<p>Just copy and paste the HTML snippet, and you&apos;re ready to start selling!</p>
294+
<p>Add the button code to your website. Just copy and paste the HTML snippet, and you&apos;re ready to start selling!</p>
300295
</li>
301296
</ol>
302297

0 commit comments

Comments
 (0)