File tree Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 1
1
@import url ('grid.css' );
2
2
3
+ img {
4
+ border : 0 ;
5
+ }
6
+
3
7
div # container {
4
8
width : 960px ;
5
9
margin : auto;
@@ -265,6 +269,10 @@ div#nav li a {
265
269
color : # BD820E ;
266
270
}
267
271
272
+ div # sponsors {
273
+ padding-bottom : 50px ;
274
+ }
275
+
268
276
div # sponsors h1 {
269
277
font-size : 18px ;
270
278
color : white;
@@ -284,5 +292,14 @@ div#sponsors h2 {
284
292
font-weight : normal;
285
293
text-transform : uppercase;
286
294
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 ;
288
305
}
Original file line number Diff line number Diff line change @@ -31,11 +31,17 @@ <h3>Nashville,<span> </span>TN</h3>
31
31
< div id ="sponsors ">
32
32
< h1 > Our Sponsors</ h1 >
33
33
< 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 >
35
37
< 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 >
37
41
< 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 >
39
45
</ div >
40
46
</ div >
41
47
< ?php
You can’t perform that action at this time.
0 commit comments