Skip to content

Commit 24a2db4

Browse files
committed
Merge branch 'master' into prod
2 parents ed94a5e + 1137feb commit 24a2db4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ li {
209209
.section {
210210
margin: auto;
211211
font-size: 14px;
212-
padding-left: 400px;
212+
padding-left: 430px;
213213
}
214214

215215
.section p {
@@ -220,11 +220,11 @@ li {
220220
}
221221

222222
.aside {
223-
width: 325px;
224-
margin-right: 25px;
223+
width: 350px;
224+
margin-right: 40px;
225225
float: left;
226226
font-size: 20px;
227-
padding-left: 50px;
227+
padding-left: 40px;
228228
/*background: url(../images/quote.png) no-repeat;*/
229229
height: 93px;
230230
position: relative;

resources/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h3>Nashville,<span>&nbsp;</span>TN</h3>
2121
</div>
2222
</div>
2323
<div class="aside">
24-
<p>The PHP Community Conference is for people who care about PHP and what they make with it.</p>
24+
<p>A conference for people who care about PHP and what they make with it.</p>
2525
</div>
2626
<div class="section">
2727
<p>The PHP Community Conference is all about you! Come on out to Nashville for a different kind of conference this spring. We're going to hear from community members about projects they're working on and how they were inspired. It's going to be a fun, laid-back event where you and the people you'll meet can collaborate to build some awesome applications of your own with PHP. Ticket sales will begin on February 3, 2011.</p>

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?r=20110125-1" rel="stylesheet" type="text/css">
16+
<link href="css/style.css?r=20110125-2" 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)