You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2009/07/02 19:06:25 UTC

svn commit: r790680 - in /buildr/trunk/doc: _layouts/default.html css/default.css

Author: assaf
Date: Thu Jul  2 17:06:25 2009
New Revision: 790680

URL: http://svn.apache.org/viewvc?rev=790680&view=rev
Log:
Brought back the tagline by popular demand.

Modified:
    buildr/trunk/doc/_layouts/default.html
    buildr/trunk/doc/css/default.css

Modified: buildr/trunk/doc/_layouts/default.html
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/_layouts/default.html?rev=790680&r1=790679&r2=790680&view=diff
==============================================================================
--- buildr/trunk/doc/_layouts/default.html (original)
+++ buildr/trunk/doc/_layouts/default.html Thu Jul  2 17:06:25 2009
@@ -1,6 +1,6 @@
 <html>
   <head>
-    <meta content='text/html;charset=UTF-8' http-equiv='Content-Type' />
+    <meta content='text/html;charset=UTF-8' http-equiv='Content-Type'>
     <title>buildr &mdash; {{ page.title }}</title>
     <style type='text/css'>
       @import 'css/default.css';
@@ -9,16 +9,14 @@
     <style media='print' type='text/css'>
       @import 'css/print.css';
     </style>
-    <meta content='Official Buildr documentation from the people in the know' name='subject' />
-    <link href='images/favicon.png' rel='shortcut icon' />
+    <meta content='Official Buildr documentation from the people in the know' name='subject'>
+    <link href='images/favicon.png' rel='shortcut icon'>
   </head>
   <body>
     <div id='wrap'>
       <div id='header'>
-        <a href='http://buildr.apache.org/'>
-          <img alt='buildr' src='images/buildr.png' />
-        </a>
-        <div class='tagline'></div>
+        <a href='http://buildr.apache.org/' title="The build system that doesn't suck"><img alt='buildr' src='images/buildr.png'></a>
+        <div class='tagline'>The build system that doesn't suck</div>
       </div>
       <div id='pages'>
         <ol class='toc'>
@@ -64,11 +62,11 @@
           </li>
           <li>
             <form action='http://www.google.com/cse' id='searchbox_003673095760649043902:ogcgrzu0l2y'>
-              <input name='cx' type='hidden' value='003673095760649043902:ogcgrzu0l2y' />
-              <input name='cof' type='hidden' value='FORID:0' />
-              <input name='q' size='20' type='text' />
-              <input name='sa' type='submit' value='Search' />
-              <img alt='Google Custom Search' src='http://www.google.com/coop/images/google_custom_search_smnar.gif' />
+              <input name='cx' type='hidden' value='003673095760649043902:ogcgrzu0l2y'>
+              <input name='cof' type='hidden' value='FORID:0'>
+              <input name='q' size='20' type='text'>
+              <input name='sa' type='submit' value='Search'>
+              <img alt='Google Custom Search' src='http://www.google.com/coop/images/google_custom_search_smnar.gif'>
             </form>
           </li>
           <li>The Buildr Book

Modified: buildr/trunk/doc/css/default.css
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/css/default.css?rev=790680&r1=790679&r2=790680&view=diff
==============================================================================
--- buildr/trunk/doc/css/default.css (original)
+++ buildr/trunk/doc/css/default.css Thu Jul  2 17:06:25 2009
@@ -121,14 +121,16 @@
 
 #header {
   margin: 0 0 3em 18em;
+  position: relative;
 }
 
 #header .tagline {
   float: right;
-  font-size: 1.5em;
+  font-size: 1.2em;
   font-weight: bold;
-  position: relative;
-  bottom: 4.5em;
+  position: absolute;
+  top: 0.6em;
+  right: 0;
 }