<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,12 +1,12 @@
 begin
   require 'spec'
 rescue LoadError
-  require 'rubygems'
+  require 'rubygems' unless ENV['NO_RUBYGEMS']
   gem 'rspec'
   require 'spec'
 end
 
 $:.unshift(File.dirname(__FILE__) + '/../lib')
 $:.unshift(File.dirname(__FILE__) + '/../jetty-libs')
-require 'jetty_rails'
+require 'jetty-rails'
 require 'yaml'</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 body {
-  background-color: #E1D1F1;
+  background-color: #8DBD82;
   font-family: &quot;Georgia&quot;, sans-serif;
   font-size: 16px;
   line-height: 1.6em;
@@ -24,7 +24,7 @@ li {
 }
 a {
   color: #5E5AFF;
-	background-color: #DAC;
+	background-color: #A1DDB1;
   font-weight: normal;
   text-decoration: underline;
 }
@@ -39,7 +39,7 @@ blockquote {
 }
 
 #main {
-  width: 45em;
+  width: 55em;
   padding: 0;
   margin: 0 auto;
 }
@@ -83,6 +83,7 @@ pre, code {
   line-height: 1.4em;
   color: #ff8;
   background-color: #111;
+  width: 40em;
   padding: 2px 10px 2px 10px;
 }
 .comment { color: #aaa; font-style: italic; }
@@ -96,17 +97,21 @@ pre, code {
 .number { color: #F99; }
 .expr { color: #227; }
 
-#version {
+.sidebar {
   float: right;
+}
+
+#version {
+  width: 217px;
   text-align: right;
   font-family: sans-serif;
   font-weight: normal;
-  background-color: #B3ABFF;
   color: #141331;
   padding: 15px 20px 10px 20px;
   margin: 0 auto;
 	margin-top: 15px;
-  border: 3px solid #141331;
+  background-color: #9A5535;
+  border: 3px solid #7E393E;
 }
 
 #version .numbers {
@@ -119,16 +124,16 @@ pre, code {
 
 #version p {
   text-decoration: none;
-	color: #141331;
-	background-color: #B3ABFF;
+	color: #F1F4FF;
+	background-color: #9A5535;
 	margin: 0;
 	padding: 0;
 }
 
 #version a {
   text-decoration: none;
-	color: #141331;
-	background-color: #B3ABFF;
+	color: #F1F4FF;
+	background-color: #9A5535;
 }
 
 .clickable {
@@ -136,3 +141,19 @@ pre, code {
 	cursor:	hand;
 }
 
+#twitter_search {
+	margin: 40px 0 10px 15px;
+  color: #F1F4FF;
+  background-color: #9A5535;
+  border: 3px solid #7E393E;
+}
+
+#twitter_search h3 {
+  color: #F1F4FF;
+	margin-bottom: 0px;
+}
+
+#twitter_search center b {
+	display: none;
+}
+</diff>
      <filename>website/stylesheets/screen.css</filename>
    </modified>
    <modified>
      <diff>@@ -31,9 +31,11 @@
 &lt;div id=&quot;main&quot;&gt;
 
     &lt;h1&gt;&lt;%= title %&gt;&lt;/h1&gt;
-    &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;&lt;%= download %&gt;&quot;; return false'&gt;
-      &lt;p&gt;Get Version&lt;/p&gt;
-      &lt;a href=&quot;&lt;%= download %&gt;&quot; class=&quot;numbers&quot;&gt;&lt;%= version %&gt;&lt;/a&gt;
+    &lt;div class=&quot;sidebar&quot;&gt;
+      &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;&lt;%= download %&gt;&quot;; return false'&gt;
+        &lt;p&gt;Get Version&lt;/p&gt;
+        &lt;a href=&quot;&lt;%= download %&gt;&quot; class=&quot;numbers&quot;&gt;&lt;%= version %&gt;&lt;/a&gt;
+      &lt;/div&gt;
     &lt;/div&gt;
     &lt;%= body %&gt;
     &lt;p class=&quot;coda&quot;&gt;</diff>
      <filename>website/template.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a07f13ff7adfb267d1234b586a1597182f969b8c</id>
    </parent>
  </parents>
  <author>
    <name>fabiokung</name>
    <email>fabio.kung@gmail.com</email>
  </author>
  <url>http://github.com/fabiokung/jetty-rails/commit/53ead4a17efe6c38e35bdb487b6d0d2ff874daaa</url>
  <id>53ead4a17efe6c38e35bdb487b6d0d2ff874daaa</id>
  <committed-date>2009-06-24T19:51:39-07:00</committed-date>
  <authored-date>2009-06-24T19:51:39-07:00</authored-date>
  <message>updating newgem</message>
  <tree>b028bf0850a6dfee16f494bc179a35740dbae90a</tree>
  <committer>
    <name>fabiokung</name>
    <email>fabio.kung@gmail.com</email>
  </committer>
</commit>
