Skip to content

Commit 430b17d

Browse files
committed
Style sheet improvements to hopefully help the IE situation.
1 parent 0e085cc commit 430b17d

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

css/style.css

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ p {
190190

191191
ul {
192192
margin: 20px 0;
193+
padding-left: 2em;
193194
}
194195

195196
li {
@@ -218,23 +219,41 @@ li {
218219
padding-left: 50px;
219220
/*background: url(../images/quote.png) no-repeat;*/
220221
height: 93px;
222+
position: relative;
221223
}
222224

223225
.aside p {
224226
text-transform: uppercase;
225227
font-family: "NevisBold";
226-
text-indent: -2.2em;
227228
line-height: 40px;
228229
margin: 0;
229230
vertical-align: bottom;
230231
/*text-indent: -99999px;*/
232+
text-indent: -43px;
231233
}
232234

233-
.aside p span {
234-
line-height: inherit;
235+
.aside p:before {
236+
content: "“";
237+
line-height: 40px;
238+
vertical-align: top;
239+
font-size: 60px;
240+
font-family: "RockwellExtraBoldRegular";
235241
color: #BD820E;
242+
243+
}
244+
245+
.aside p:after {
246+
content: "”";
247+
line-height: 40px;
248+
vertical-align: top;
236249
font-size: 60px;
237250
font-family: "RockwellExtraBoldRegular";
251+
color: #BD820E;
252+
}
253+
254+
.aside p span {
255+
line-height: inherit;
256+
font-size: 60px;
238257
line-height: 40px;
239258
vertical-align: text-top;
240259
}

resources/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3>Nashville,<span>&nbsp;</span>TN</h3>
1919
</div>
2020
</div>
2121
<div class="aside">
22-
<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>
22+
<p>The PHP Community Conference is an event for people who care about PHP and the code they write with it.</p>
2323
</div>
2424
<div class="section">
2525
<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)