Skip to content

Commit 21f9104

Browse files
committed
Merge branch 'master' of [email protected]:scoates/phpcon-web
Conflicts: css/style.css
2 parents 9155a80 + f9050c8 commit 21f9104

File tree

4 files changed

+28
-8
lines changed

4 files changed

+28
-8
lines changed

css/style.css

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ p {
194194

195195
ul {
196196
margin: 20px 0;
197+
padding-left: 2em;
197198
}
198199

199200
li {
@@ -222,26 +223,44 @@ li {
222223
padding-left: 50px;
223224
/*background: url(../images/quote.png) no-repeat;*/
224225
height: 93px;
226+
position: relative;
225227
}
226228

227229
.aside p {
228230
color: #363636;
229231
text-transform: uppercase;
230232
font-family: "NevisBold";
231-
text-indent: -2.2em;
232-
line-height: 35px;
233+
line-height: 40px;
233234
margin: 0;
234235
vertical-align: bottom;
235236
/*text-indent: -99999px;*/
237+
text-indent: -43px;
236238
}
237239

238-
.aside p span {
239-
line-height: inherit;
240+
.aside p:before {
241+
content: "“";
242+
line-height: 40px;
243+
vertical-align: top;
244+
font-size: 60px;
245+
font-family: "RockwellExtraBoldRegular";
240246
color: #BD820E;
247+
248+
}
249+
250+
.aside p:after {
251+
content: "”";
252+
line-height: 40px;
253+
vertical-align: top;
241254
font-size: 60px;
242255
font-family: "RockwellExtraBoldRegular";
243-
line-height: 14px;
244-
vertical-align: text-bottom;
256+
color: #BD820E;
257+
}
258+
259+
.aside p span {
260+
line-height: inherit;
261+
font-size: 60px;
262+
line-height: 40px;
263+
vertical-align: text-top;
245264
}
246265

247266
div#nav {

resources/cfp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>PHP Community
2020
</div>
2121
</div>
2222
<div class="aside">
23-
<p><span>&ldquo;</span>Tell us about an inspiring project you&rsquo;re working on and why it&rsquo;s important.<span>&rdquo;</span></p>
23+
<p>Tell us about an inspiring project you&rsquo;re working on and why it&rsquo;s important.</p>
2424
</div>
2525
<div class="section">
2626

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><span>&ldquo;</span>The PHP Community Conference is an event for people who care about PHP and the code they write with it.<span>&rdquo;</span></p>
24+
<p>The PHP Community Conference is an event for people who care about PHP and the code they write 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<meta property="og:url" content="http://www.phpcon.org/" />
1111
<meta property="og:image" content="http://www.phpcon.org/images/guitar.png" />
1212
<meta property="fb:admins" content="623959689,796025211,756315701,12105030" />
13+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1314

1415
<link href="webfontkit/stylesheet.css" rel="stylesheet" type="text/css">
1516
<link href="css/style.css" rel="stylesheet" type="text/css">

0 commit comments

Comments
 (0)