Skip to content

Commit d3a33ab

Browse files
committed
First stab at the twitter stuff. Needs some style tweeking. Also, I'm
pretty sure chmod -r was a bad idea, but I'm not sure how to fix it.
1 parent c3a9b52 commit d3a33ab

29 files changed

+155
-1
lines changed

.gitignore

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.DS_Store
22
.*.swp
3+
cache/*

.htaccess

100644100755
File mode changed.

README

100644100755
File mode changed.

_hooks/github.php

100644100755
File mode changed.

_hooks/index.php

100644100755
File mode changed.

css/grid.css

100644100755
File mode changed.

css/style.css

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,44 @@ div#sponsors h2 {
328328
clear: both;
329329
}
330330

331-
div#sponsors div {
331+
div#sponsors > div {
332332
width: 75%;
333333
float: right;
334334
clear: left;
335335
margin-top: -20px;
336336
margin-bottom: 40px;
337337
}
338+
339+
div.communitySponsor {
340+
width: 318px;
341+
float: left;
342+
height: 150px;
343+
border: solid 1px #363636;
344+
margin-right: 20px;
345+
margin-bottom: 20px;
346+
padding: 10px;
347+
}
348+
div.communitySponsor img {
349+
width: 48px;
350+
height: 48px;
351+
display: block;
352+
float: left;
353+
margin-right: 20px;
354+
}
355+
356+
div.communitySponsor > div {
357+
width: 250px;
358+
float: left;
359+
}
360+
361+
div.communitySponsor h3 {
362+
line-height: 40px;
363+
vertical-align: center;
364+
font-family: "NevisBold";
365+
font-weight: normal;
366+
}
367+
368+
div.communitySponsor p {
369+
line-height: 20px;
370+
font-size: 14px;
371+
}

favicon.ico

100644100755
File mode changed.

humans.txt

100644100755
File mode changed.

images/ampersand.png

100644100755
File mode changed.

0 commit comments

Comments
 (0)