You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2010/07/08 20:47:28 UTC

svn commit: r961876 - in /buildr/trunk: CHANGELOG doc/css/default.css

Author: toulmean
Date: Thu Jul  8 18:47:28 2010
New Revision: 961876

URL: http://svn.apache.org/viewvc?rev=961876&view=rev
Log:
fix for BUILDR-466

Modified:
    buildr/trunk/CHANGELOG
    buildr/trunk/doc/css/default.css

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=961876&r1=961875&r2=961876&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Thu Jul  8 18:47:28 2010
@@ -6,6 +6,7 @@
 * Fixed: BUILDR-256 Automatically installing gems aborts rspec test runner (Rhett Sutphin)
 * Fixed: BUILDR-342 The jruby gem installer invokes the removed Gem.manage_gems function (Rhett Sutphin)
 * Fixed: BUILDR-464 Improve the versioning of Buildr (Rhett Sutphin)
+* Fixed: BUILDR-466 Rendering issue with IE on the website (Shane Witbeck)
 
 1.4.1 (2010-07-07)
 * Added:  BUILDR-420 Support external compiler

Modified: buildr/trunk/doc/css/default.css
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/css/default.css?rev=961876&r1=961875&r2=961876&view=diff
==============================================================================
--- buildr/trunk/doc/css/default.css (original)
+++ buildr/trunk/doc/css/default.css Thu Jul  8 18:47:28 2010
@@ -52,7 +52,7 @@ pre br { display: none; }
 h1, h2, h3 {
   font-family: "Gill Sans";
   padding: 0;
-  margin: 1.6em 0 0.6em -0.9em;
+  margin: 1.6em 0 0.6em 0;
   line-height: 1.25em;
   letter-spacing: 0.03em;
 }