GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Gitorious aims to provide a great way of doing distributed opensource code collaboration.
Homepage: http://gitorious.org/projects/gitorious
Clone URL: git://github.com/dysinger/gitorious.git
New frontpage graphics, courtesy of Simon Bohlin
js (author)
Wed Mar 26 15:22:38 -0700 2008
commit  816450df8d6d21197d529af93f127284649705d7
tree    e54a2eefd8e6561f103dd8c6dbfbbc1f1b986cf8
parent  8243250a1b96f84ea36bc831a750728cb405c5be
...
12
13
14
15
 
16
17
18
19
 
20
21
...
12
13
14
 
15
16
17
18
19
20
21
22
0
@@ -12,9 +12,10 @@ Contributors
0
 -------------
0
 
0
 A number of people have contributed directly to Gitorious by writing documentation
0
-or developing code. A list of these people in alphabetical order is included
0
+or developing code and/or graphics. A list of these people in alphabetical order is included
0
 below:
0
 
0
   * David A. Cuadrado <krawek@gmail.com>
0
   * August Lilleaas <augustlilleaas@gmail.com>
0
+ * Simon Bohlin <simon.bohlin@zondera.com>
0
   
0
\ No newline at end of file
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-<h3><%= link_to project.title, project_path(project) -%></h3>
0
+<h3><%= link_to h(project.title), project_path(project) -%></h3>
0
 <p><%= truncate h(project.stripped_description), 250 -%></p>
0
 <p class="hint">
0
   <strong>Categories:</strong>
...
11
12
13
14
15
 
 
16
17
18
19
 
 
20
21
22
...
11
12
13
 
 
14
15
16
17
 
 
18
19
20
21
22
0
@@ -11,12 +11,12 @@
0
   <% unless logged_in? -%>
0
   <table>
0
     <tr>
0
- <th><h2>For Projects</h2></th>
0
- <th><h2>For Contributors</h2></th>
0
+ <th class="left"><h2>For Projects</h2></th>
0
+ <th class="right"><h2>For Contributors</h2></th>
0
     </tr>
0
     <tr>
0
- <td><%= image_tag("overview_projects.png") -%></td>
0
- <td><%= image_tag("overview_contributors.png") -%></td>
0
+ <td class="left"><%= image_tag("overview_projects.png") -%></td>
0
+ <td class="right"><%= image_tag("overview_contributors.png") -%></td>
0
     </tr>
0
   </table>
0
   
...
804
805
806
807
 
808
809
810
811
812
813
 
 
 
 
 
 
 
 
814
815
816
...
804
805
806
 
807
808
809
810
811
812
 
813
814
815
816
817
818
819
820
821
822
823
0
@@ -804,13 +804,20 @@ ul.diff_stats small.deletions { color: #DC0000; }
0
   margin-bottom: 4em;
0
   margin-left: auto;
0
   margin-right: auto;
0
- width: 910px;
0
+ width: 888px;
0
   text-align:center;
0
 }
0
 
0
 #site_overview table td, #site_overview table th {
0
   text-align:center;
0
- padding: 10px;
0
+}
0
+
0
+#site_overview table td.left, #site_overview table th.left {
0
+ border-right: 1px dotted #ccc;
0
+ padding-right: 10px;
0
+}
0
+#site_overview table td.right, #site_overview table th.right {
0
+ padding-left: 10px;
0
 }
0
 
0
 #site_overview p.create_account_hint {

Comments

    No one has commented yet.