Commit 816450df8d6d21197d529af93f127284649705d7
- Date: Wed Mar 26 22:22:38 +0000 2008
- Committer: Johan Sørensen (johan@johansorensen.com)
- Author: Johan Sørensen (johan@johansorensen.com)
- Commit SHA1: 816450df8d6d21197d529af93f127284649705d7
- Tree SHA1: e54a2eefd8e6561f103dd8c6dbfbbc1f1b986cf8
New frontpage graphics, courtesy of Simon Bohlin
Commit diff
| |   |
| 12 | 12 | ------------- |
| 13 | 13 | |
| 14 | 14 | A number of people have contributed directly to Gitorious by writing documentation |
| 15 | | or developing code. A list of these people in alphabetical order is included |
| 15 | or developing code and/or graphics. A list of these people in alphabetical order is included |
| 16 | 16 | below: |
| 17 | 17 | |
| 18 | 18 | * David A. Cuadrado <krawek@gmail.com> |
| 19 | 19 | * August Lilleaas <augustlilleaas@gmail.com> |
| 20 | * Simon Bohlin <simon.bohlin@zondera.com> |
| 20 | 21 | |
| toggle raw diff |
--- a/AUTHORS
+++ b/AUTHORS
@@ -12,9 +12,10 @@ Contributors
-------------
A number of people have contributed directly to Gitorious by writing documentation
-or developing code. A list of these people in alphabetical order is included
+or developing code and/or graphics. A list of these people in alphabetical order is included
below:
* David A. Cuadrado <krawek@gmail.com>
* August Lilleaas <augustlilleaas@gmail.com>
+ * Simon Bohlin <simon.bohlin@zondera.com>
\ No newline at end of file |
| |   |
| 1 | | <h3><%= link_to project.title, project_path(project) -%></h3> |
| 1 | <h3><%= link_to h(project.title), project_path(project) -%></h3> |
| 2 | 2 | <p><%= truncate h(project.stripped_description), 250 -%></p> |
| 3 | 3 | <p class="hint"> |
| 4 | 4 | <strong>Categories:</strong> |
| toggle raw diff |
--- a/app/views/projects/_project.html.erb
+++ b/app/views/projects/_project.html.erb
@@ -1,4 +1,4 @@
-<h3><%= link_to project.title, project_path(project) -%></h3>
+<h3><%= link_to h(project.title), project_path(project) -%></h3>
<p><%= truncate h(project.stripped_description), 250 -%></p>
<p class="hint">
<strong>Categories:</strong> |
| |   |
| 11 | 11 | <% unless logged_in? -%> |
| 12 | 12 | <table> |
| 13 | 13 | <tr> |
| 14 | | <th><h2>For Projects</h2></th> |
| 15 | | <th><h2>For Contributors</h2></th> |
| 14 | <th class="left"><h2>For Projects</h2></th> |
| 15 | <th class="right"><h2>For Contributors</h2></th> |
| 16 | 16 | </tr> |
| 17 | 17 | <tr> |
| 18 | | <td><%= image_tag("overview_projects.png") -%></td> |
| 19 | | <td><%= image_tag("overview_contributors.png") -%></td> |
| 18 | <td class="left"><%= image_tag("overview_projects.png") -%></td> |
| 19 | <td class="right"><%= image_tag("overview_contributors.png") -%></td> |
| 20 | 20 | </tr> |
| 21 | 21 | </table> |
| 22 | 22 | |
| toggle raw diff |
--- a/app/views/site/index.html.erb
+++ b/app/views/site/index.html.erb
@@ -11,12 +11,12 @@
<% unless logged_in? -%>
<table>
<tr>
- <th><h2>For Projects</h2></th>
- <th><h2>For Contributors</h2></th>
+ <th class="left"><h2>For Projects</h2></th>
+ <th class="right"><h2>For Contributors</h2></th>
</tr>
<tr>
- <td><%= image_tag("overview_projects.png") -%></td>
- <td><%= image_tag("overview_contributors.png") -%></td>
+ <td class="left"><%= image_tag("overview_projects.png") -%></td>
+ <td class="right"><%= image_tag("overview_contributors.png") -%></td>
</tr>
</table>
|
| |   |
| toggle raw diff |
Binary files a/public/images/overview_contributors.png and b/public/images/overview_contributors.png differ |
| |   |
| toggle raw diff |
Binary files a/public/images/overview_projects.png and b/public/images/overview_projects.png differ |
| |   |
| 804 | 804 | margin-bottom: 4em; |
| 805 | 805 | margin-left: auto; |
| 806 | 806 | margin-right: auto; |
| 807 | | width: 910px; |
| 807 | width: 888px; |
| 808 | 808 | text-align:center; |
| 809 | 809 | } |
| 810 | 810 | |
| 811 | 811 | #site_overview table td, #site_overview table th { |
| 812 | 812 | text-align:center; |
| 813 | | padding: 10px; |
| 813 | } |
| 814 | |
| 815 | #site_overview table td.left, #site_overview table th.left { |
| 816 | border-right: 1px dotted #ccc; |
| 817 | padding-right: 10px; |
| 818 | } |
| 819 | #site_overview table td.right, #site_overview table th.right { |
| 820 | padding-left: 10px; |
| 814 | 821 | } |
| 815 | 822 | |
| 816 | 823 | #site_overview p.create_account_hint { |
| toggle raw diff |
--- a/public/stylesheets/base.css
+++ b/public/stylesheets/base.css
@@ -804,13 +804,20 @@ ul.diff_stats small.deletions { color: #DC0000; }
margin-bottom: 4em;
margin-left: auto;
margin-right: auto;
- width: 910px;
+ width: 888px;
text-align:center;
}
#site_overview table td, #site_overview table th {
text-align:center;
- padding: 10px;
+}
+
+#site_overview table td.left, #site_overview table th.left {
+ border-right: 1px dotted #ccc;
+ padding-right: 10px;
+}
+#site_overview table td.right, #site_overview table th.right {
+ padding-left: 10px;
}
#site_overview p.create_account_hint { |