Skip to content

Commit c45d0eb

Browse files
committed
Merge branch 'master' into prod
2 parents 8ecdb5c + 23b4025 commit c45d0eb

33 files changed

+251
-56
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<IfModule mod_rewrite.c>
22
RewriteEngine On
3-
RewriteBase /
3+
#RewriteBase /~ramsey/phpcon-web/
44
RewriteRule ^(resources|templates).*$ http://phpcon.org/ [R=302,L]
55
RewriteCond %{REQUEST_FILENAME} !-d
66
RewriteCond %{REQUEST_FILENAME} !-f

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: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,12 @@ div#container.sub div#body {
171171
color: #363636;
172172
}
173173

174+
div#container.sub div#registrationbody {
175+
font-family: Arial, sans-serif;
176+
font-size: 14px;
177+
color: #363636;
178+
}
179+
174180
div#container.sub h2 {
175181
font-size: 20px;
176182
text-transform: uppercase;
@@ -319,13 +325,37 @@ div#sponsors h2 {
319325
text-transform: uppercase;
320326
line-height: 20px;
321327
margin: 0;
328+
width: 300px;
322329
clear: both;
323330
}
324331

325-
div#sponsors div {
332+
div#sponsors > div {
326333
width: 75%;
327334
float: right;
335+
vertical-align: top;
328336
clear: left;
329337
margin-top: -20px;
330-
margin-bottom: 40px;
338+
margin-bottom: 50px;
339+
}
340+
341+
div.communitySponsor {
342+
font-family: "NevisBold";
343+
font-weight: normal;
344+
width: 48px;
345+
padding-right: 25px;
346+
float: left;
347+
font-size: 11px;
348+
}
349+
350+
div.communitySponsor img {
351+
vertical-align: middle;
352+
}
353+
354+
div.communitySponsor > a {
355+
line-height: 20px;
356+
vertical-align: middle;
357+
}
358+
359+
div#sponsors > div > a {
360+
margin-right: 20px;
331361
}

favicon.ico

100644100755
File mode changed.

humans.txt

100644100755
File mode changed.

images/VACO_GLOBAL_CLR.png

6.57 KB
Loading

0 commit comments

Comments
 (0)