Skip to content

Commit 8aad01c

Browse files
committed
Merge branch 'master' into prod
2 parents 42b6f02 + d666d2c commit 8aad01c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ div#container.sub div#intro {
160160
line-height: 20px;
161161
}
162162

163+
div#intro p {
164+
margin-bottom: 20px;
165+
}
166+
163167
div#container.sub div#body {
164168
padding-left: 390px;
165169
font-family: Arial, sans-serif;

resources/sponsorships.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1>PHP Community
2222
<div id="intro">
2323
<h2>Sponsorship Prospectus</h2>
2424
<p>Instead of just collecting money in exchange for ad space, we want to take the opportunity to get to know our sponsors. We figure that this is our chance to create partnerships with people who believe in our mission, so raising the PHP community's awareness of our sponsors should be just be the beginning. Ultimately, it's our goal to find creative ways to help each other and enrich the conference experience for our attendees. This said, speaking opportunities at the conference will be evaluated independently of sponsorships or other considerations (<em>speaking slots are not for sale</em>).</p>
25-
<p> To become a sponsor, please email us at <a href="mailto:[email protected]">[email protected]</a>.</p>
25+
<p>To sponsor us, please send email to <a href="mailto:[email protected]">[email protected]</a>.</p>
2626
</div>
2727
<div id="body">
2828
<h3>Platinum Sponsorship: $10,000.00</h3>

templates/page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1414

1515
<link href="webfontkit/stylesheet.css" rel="stylesheet" type="text/css">
16-
<link href="css/style.css" rel="stylesheet" type="text/css">
16+
<link href="css/style.css?r=20110125-1" rel="stylesheet" type="text/css">
1717
<!-- Grab latest version of jQuery -->
1818
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
1919
</script>

0 commit comments

Comments
 (0)