<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>log/mongrel.pid</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@
   &lt;div id=&quot;git-is&quot;&gt;
     &lt;h3&gt;Git is...&lt;/h3&gt;
 
-    &lt;p&gt;Git is an &lt;strong&gt;open source, distributed version control system&lt;/strong&gt;
+    &lt;p&gt;Git is a &lt;strong&gt;free &amp;amp; open source, distributed version control system&lt;/strong&gt;
       designed to handle everything from small to very large projects with 
       speed and efficiency.&lt;/p&gt;
 
@@ -78,8 +78,8 @@ $ git commit -m 'Initial commit'
       &lt;/div&gt;
     &lt;/div&gt;
 
-    &lt;br clear=&quot;all&quot;/&gt;
-    &lt;br clear=&quot;all&quot;/&gt;
+    &lt;br style=&quot;clear:both;&quot; /&gt;
+    &lt;br style=&quot;clear:both;&quot; /&gt;
     
     &lt;div class=&quot;span-21&quot;&gt;
       &lt;h2 class=&quot;section-start&quot;&gt;Got a Question?&lt;/h2&gt;</diff>
      <filename>app/views/page/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -18,10 +18,10 @@ user friendly interface or extend Git to perform some specialized tasks.&lt;/p&gt;
 &lt;a href=&quot;http://git.or.cz/gitwiki/InterfacesFrontendsAndTools&quot;&gt;the corresponding wiki page&lt;/a&gt;
 for a full list.&lt;/p&gt;
 
-&lt;table class=&quot;data-table&quot; border=&quot;1&quot;&gt;
+&lt;table class=&quot;data-table software&quot;&gt;
 &lt;tr valign=&quot;top&quot;&gt;
 
-&lt;td width=&quot;50%&quot; valign=&quot;top&quot;&gt;
+&lt;td&gt;
 &lt;h3 class=&quot;title&quot;&gt;Graphical User Interfaces&lt;/h3&gt;
 
 &lt;dl&gt;
@@ -37,8 +37,8 @@ for a full list.&lt;/p&gt;
   little more intuitive. The shell extension will intergrate in Windows Explorer 
   and presents a nice context menu on files.&lt;/dd&gt;
 
-  &lt;dt id=&quot;qgit&quot;&gt;qgit (QT)&lt;/dt&gt;
-  &lt;dd&gt;&lt;a href=&quot;http://sourceforge.net/projects/qgit&quot;&gt;qgit&lt;/a&gt; is a QT
+  &lt;dt id=&quot;qgit&quot;&gt;qgit (Qt)&lt;/dt&gt;
+  &lt;dd&gt;&lt;a href=&quot;http://sourceforge.net/projects/qgit&quot;&gt;qgit&lt;/a&gt; is a Qt
   GUI for browsing history of Git repositories, similar to &lt;em&gt;gitk&lt;/em&gt;
   but with more features.&lt;/dd&gt;
 
@@ -51,7 +51,7 @@ for a full list.&lt;/p&gt;
 &lt;/dl&gt;
 
 &lt;/td&gt;
-&lt;td width=&quot;50%&quot; valign=&quot;top&quot;&gt;
+&lt;td&gt;
 &lt;h3&gt;Version Control Interface layers&lt;/h3&gt;
 
 &lt;dl&gt;
@@ -79,15 +79,15 @@ for a full list.&lt;/p&gt;
 &lt;/table&gt;
 
 
-&lt;h2 id=&quot;tools&quot;&gt;Git Hosting&lt;/h2&gt;
+&lt;h2 id=&quot;hosting&quot;&gt;Git Hosting&lt;/h2&gt;
 
 &lt;p&gt;Several Git hosting sites are available and open for anyone
 to host their pet projects publicly or professional code privately:&lt;/p&gt;
 
-&lt;table class=&quot;data-table&quot; border=&quot;1&quot;&gt;
-&lt;tr valign=&quot;top&quot;&gt;
+&lt;table class=&quot;data-table hosting&quot;&gt;
+&lt;tr&gt;
 
-&lt;td width=&quot;33%&quot; valign=&quot;top&quot;&gt;
+&lt;td&gt;
 
 &lt;h3&gt;Public Only Hosting&lt;/h3&gt;
 
@@ -105,7 +105,7 @@ local installations and with open source code.&lt;/dd&gt;
 &lt;/dl&gt;
 
 &lt;/td&gt;
-&lt;td width=&quot;34%&quot; valign=&quot;top&quot;&gt;
+&lt;td&gt;
 
   &lt;h3&gt;Public and Private Hosting&lt;/h3&gt;
 
@@ -119,7 +119,7 @@ local installations and with open source code.&lt;/dd&gt;
 &lt;/dl&gt;
 
 &lt;/td&gt;
-&lt;td width=&quot;33%&quot; valign=&quot;top&quot;&gt;
+&lt;td&gt;
 
   &lt;h3&gt;Private Only Hosting&lt;/h3&gt;
 
@@ -132,13 +132,13 @@ local installations and with open source code.&lt;/dd&gt;
       project management tools.
     &lt;/dd&gt;
 
-    &lt;dt id=&quot;codebase&quot;&gt;CodeBase&lt;/dt&gt;
+    &lt;dt id=&quot;codebase&quot;&gt;codebase&lt;/dt&gt;
     &lt;dd&gt;
       &lt;a href=&quot;http://atechmedia.com/codebase/&quot;&gt;codebase&lt;/a&gt; offers
-      source control, issue/ticket management &amp; deployment tracking. 
+      source control, issue/ticket management &amp;amp; deployment tracking. 
     &lt;/dd&gt;
   &lt;/dl&gt;
-
+&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/table&gt;
 </diff>
      <filename>app/views/page/tools.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -61,6 +61,9 @@ table tr td { vertical-align: top;}
 table.data-table tr td { vertical-align: top;}
 table.data-table tr td h3 { background: #B5463F; color: #fff; padding: 5px; }
 
+table.data-table.hosting td { width:33%; }
+table.data-table.software td { width:50%;}
+
 table#authors tr td { font-size: 120%; }                                                                                 
 
 table.bugmail td { border-bottom: 1px solid #f1f1f1; }
@@ -84,4 +87,7 @@ table.ccmd td.g	{ width: 33%; }
 table.ccmd td.g, code.g { font-weight: bold; }
 table.ccmd td.g		{ background: #e9e8e1; color: #124; }
 
+table.videos { width:100%;}
+table.videos td { width:25%;}
+
 .videos img { border: 1px solid #aaa; padding: 5px; background: #eee; }
\ No newline at end of file</diff>
      <filename>public/stylesheets/style.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f32392f4f7a878c306e273e5f3fe30cccfecc3aa</id>
    </parent>
    <parent>
      <id>34fd4084f9a7b6b9b9ac6612650e3b9ed0f7ab62</id>
    </parent>
  </parents>
  <author>
    <name>Scott Chacon</name>
    <email>schacon@gmail.com</email>
  </author>
  <url>http://github.com/schacon/gitscm/commit/897cd428052e00cfd4e96c498ac0912c258cc10a</url>
  <id>897cd428052e00cfd4e96c498ac0912c258cc10a</id>
  <committed-date>2009-03-17T11:04:39-07:00</committed-date>
  <authored-date>2009-03-17T11:04:39-07:00</authored-date>
  <message>Merge commit 'origin/master'</message>
  <tree>91e1bd816bebf183aafe17a3ca0fd6acb0dd4661</tree>
  <committer>
    <name>Scott Chacon</name>
    <email>schacon@gmail.com</email>
  </committer>
</commit>
