Skip to content

Commit 7f3c337

Browse files
committed
Shifting around the sponsor logos.
1 parent 41e3ac1 commit 7f3c337

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

css/style.css

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@import url('grid.css');
22

3+
img {
4+
border: 0;
5+
}
6+
37
div#container {
48
width: 960px;
59
margin: auto;
@@ -265,6 +269,10 @@ div#nav li a {
265269
color: #BD820E;
266270
}
267271

272+
div#sponsors {
273+
padding-bottom: 50px;
274+
}
275+
268276
div#sponsors h1 {
269277
font-size: 18px;
270278
color: white;
@@ -284,5 +292,14 @@ div#sponsors h2 {
284292
font-weight: normal;
285293
text-transform: uppercase;
286294
line-height: 20px;
287-
margin: 20px 0;
295+
margin: 0;
296+
clear: both;
297+
}
298+
299+
div#sponsors div {
300+
width: 75%;
301+
float: right;
302+
clear: left;
303+
margin-top: -20px;
304+
margin-bottom: 40px;
288305
}

resources/home.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,17 @@ <h3>Nashville,<span>&nbsp;</span>TN</h3>
3131
<div id="sponsors">
3232
<h1>Our Sponsors</h1>
3333
<h2>Gold Sponsors</h2>
34-
<a href="http://facebook.com/"><img src="images/sponsor-facebook.png" alt="Facebook"/></a>
34+
<div>
35+
<a href="http://facebook.com/"><img src="images/sponsor-facebook.png" alt="Facebook"/></a>
36+
</div>
3537
<h2>Silver Sponsors</h2>
36-
<a href="http://servergrove.com/"><img src="images/sponsor-servergrove.png" alt="ServerGrove"/></a>
38+
<div>
39+
<a href="http://servergrove.com/"><img src="images/sponsor-servergrove.png" alt="ServerGrove"/></a>
40+
</div>
3741
<h2>Media Sponsors</h2>
38-
<a href="http://phpdeveloper.org"><img src="http://phpdeveloper.org/Test/public/img/ads/phpdeveloper-media.jpg" border="0" width="150" /></a>
42+
<div>
43+
<a href="http://phpdeveloper.org"><img src="http://phpdeveloper.org/Test/public/img/ads/phpdeveloper-media.jpg" border="0" width="150" /></a>
44+
</div>
3945
</div>
4046
</div>
4147
<?php

0 commit comments

Comments
 (0)