Author: buildbot
Date: Sat Apr 20 15:18:20 2013
New Revision: 859242

Log:
Staging update by buildbot for community

Modified:
    websites/staging/community/trunk/content/   (props changed)
    websites/staging/community/trunk/content/boardreport.html
    websites/staging/community/trunk/content/calendars/conferences.html
    websites/staging/community/trunk/content/calendars/index.html
    websites/staging/community/trunk/content/comdevboardreports.html
    websites/staging/community/trunk/content/comdevboardresolution.html
    websites/staging/community/trunk/content/committers/consensusBuilding.html
    websites/staging/community/trunk/content/committers/decisionMaking.html
    websites/staging/community/trunk/content/committers/index.html
    websites/staging/community/trunk/content/committers/lazyConsensus.html
    websites/staging/community/trunk/content/committers/voting.html
    websites/staging/community/trunk/content/contactpoints.html
    websites/staging/community/trunk/content/contributors/index.html
    websites/staging/community/trunk/content/gettingStarted/101.html
    websites/staging/community/trunk/content/gsoc-admin-tasks.html
    websites/staging/community/trunk/content/gsoc.html
    websites/staging/community/trunk/content/guide-to-being-a-mentor.html
    websites/staging/community/trunk/content/index.html
    websites/staging/community/trunk/content/localmentors.html
    websites/staging/community/trunk/content/mentee-ranking-process.html
    websites/staging/community/trunk/content/mentor-request-mail.html
    websites/staging/community/trunk/content/mentoring/experiences.html
    websites/staging/community/trunk/content/mentoringprogramme.html
    websites/staging/community/trunk/content/mentorprogrammeapplication.html
    websites/staging/community/trunk/content/mentorprogrammeformaleducation.html
    websites/staging/community/trunk/content/newbiefaq.html
    websites/staging/community/trunk/content/newcomers/index.html
    websites/staging/community/trunk/content/newcommitter.html
    websites/staging/community/trunk/content/projectIndependence.html
    websites/staging/community/trunk/content/speakers/index.html
    websites/staging/community/trunk/content/speakers/slides.html
    websites/staging/community/trunk/content/speakers/speakers.html
    
websites/staging/community/trunk/content/use-the-comdev-issue-tracker-for-gsoc-tasks.html

Propchange: websites/staging/community/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Apr 20 15:18:20 2013
@@ -1 +1 @@
-1468843
+1470175

Modified: websites/staging/community/trunk/content/boardreport.html
==============================================================================
--- websites/staging/community/trunk/content/boardreport.html (original)
+++ websites/staging/community/trunk/content/boardreport.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/calendars/conferences.html
==============================================================================
--- websites/staging/community/trunk/content/calendars/conferences.html 
(original)
+++ websites/staging/community/trunk/content/calendars/conferences.html Sat Apr 
20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/calendars/index.html
==============================================================================
--- websites/staging/community/trunk/content/calendars/index.html (original)
+++ websites/staging/community/trunk/content/calendars/index.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/comdevboardreports.html
==============================================================================
--- websites/staging/community/trunk/content/comdevboardreports.html (original)
+++ websites/staging/community/trunk/content/comdevboardreports.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/comdevboardresolution.html
==============================================================================
--- websites/staging/community/trunk/content/comdevboardresolution.html 
(original)
+++ websites/staging/community/trunk/content/comdevboardresolution.html Sat Apr 
20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: 
websites/staging/community/trunk/content/committers/consensusBuilding.html
==============================================================================
--- websites/staging/community/trunk/content/committers/consensusBuilding.html 
(original)
+++ websites/staging/community/trunk/content/committers/consensusBuilding.html 
Sat Apr 20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: 
websites/staging/community/trunk/content/committers/decisionMaking.html
==============================================================================
--- websites/staging/community/trunk/content/committers/decisionMaking.html 
(original)
+++ websites/staging/community/trunk/content/committers/decisionMaking.html Sat 
Apr 20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/committers/index.html
==============================================================================
--- websites/staging/community/trunk/content/committers/index.html (original)
+++ websites/staging/community/trunk/content/committers/index.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/committers/lazyConsensus.html
==============================================================================
--- websites/staging/community/trunk/content/committers/lazyConsensus.html 
(original)
+++ websites/staging/community/trunk/content/committers/lazyConsensus.html Sat 
Apr 20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/committers/voting.html
==============================================================================
--- websites/staging/community/trunk/content/committers/voting.html (original)
+++ websites/staging/community/trunk/content/committers/voting.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/contactpoints.html
==============================================================================
--- websites/staging/community/trunk/content/contactpoints.html (original)
+++ websites/staging/community/trunk/content/contactpoints.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/contributors/index.html
==============================================================================
--- websites/staging/community/trunk/content/contributors/index.html (original)
+++ websites/staging/community/trunk/content/contributors/index.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/gettingStarted/101.html
==============================================================================
--- websites/staging/community/trunk/content/gettingStarted/101.html (original)
+++ websites/staging/community/trunk/content/gettingStarted/101.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/gsoc-admin-tasks.html
==============================================================================
--- websites/staging/community/trunk/content/gsoc-admin-tasks.html (original)
+++ websites/staging/community/trunk/content/gsoc-admin-tasks.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/gsoc.html
==============================================================================
--- websites/staging/community/trunk/content/gsoc.html (original)
+++ websites/staging/community/trunk/content/gsoc.html Sat Apr 20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/guide-to-being-a-mentor.html
==============================================================================
--- websites/staging/community/trunk/content/guide-to-being-a-mentor.html 
(original)
+++ websites/staging/community/trunk/content/guide-to-being-a-mentor.html Sat 
Apr 20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/index.html
==============================================================================
--- websites/staging/community/trunk/content/index.html (original)
+++ websites/staging/community/trunk/content/index.html Sat Apr 20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/localmentors.html
==============================================================================
--- websites/staging/community/trunk/content/localmentors.html (original)
+++ websites/staging/community/trunk/content/localmentors.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/mentee-ranking-process.html
==============================================================================
--- websites/staging/community/trunk/content/mentee-ranking-process.html 
(original)
+++ websites/staging/community/trunk/content/mentee-ranking-process.html Sat 
Apr 20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/mentor-request-mail.html
==============================================================================
--- websites/staging/community/trunk/content/mentor-request-mail.html (original)
+++ websites/staging/community/trunk/content/mentor-request-mail.html Sat Apr 
20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/mentoring/experiences.html
==============================================================================
--- websites/staging/community/trunk/content/mentoring/experiences.html 
(original)
+++ websites/staging/community/trunk/content/mentoring/experiences.html Sat Apr 
20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/mentoringprogramme.html
==============================================================================
--- websites/staging/community/trunk/content/mentoringprogramme.html (original)
+++ websites/staging/community/trunk/content/mentoringprogramme.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: 
websites/staging/community/trunk/content/mentorprogrammeapplication.html
==============================================================================
--- websites/staging/community/trunk/content/mentorprogrammeapplication.html 
(original)
+++ websites/staging/community/trunk/content/mentorprogrammeapplication.html 
Sat Apr 20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: 
websites/staging/community/trunk/content/mentorprogrammeformaleducation.html
==============================================================================
--- 
websites/staging/community/trunk/content/mentorprogrammeformaleducation.html 
(original)
+++ 
websites/staging/community/trunk/content/mentorprogrammeformaleducation.html 
Sat Apr 20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/newbiefaq.html
==============================================================================
--- websites/staging/community/trunk/content/newbiefaq.html (original)
+++ websites/staging/community/trunk/content/newbiefaq.html Sat Apr 20 15:18:20 
2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/newcomers/index.html
==============================================================================
--- websites/staging/community/trunk/content/newcomers/index.html (original)
+++ websites/staging/community/trunk/content/newcomers/index.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/newcommitter.html
==============================================================================
--- websites/staging/community/trunk/content/newcommitter.html (original)
+++ websites/staging/community/trunk/content/newcommitter.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/projectIndependence.html
==============================================================================
--- websites/staging/community/trunk/content/projectIndependence.html (original)
+++ websites/staging/community/trunk/content/projectIndependence.html Sat Apr 
20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/speakers/index.html
==============================================================================
--- websites/staging/community/trunk/content/speakers/index.html (original)
+++ websites/staging/community/trunk/content/speakers/index.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/speakers/slides.html
==============================================================================
--- websites/staging/community/trunk/content/speakers/slides.html (original)
+++ websites/staging/community/trunk/content/speakers/slides.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: websites/staging/community/trunk/content/speakers/speakers.html
==============================================================================
--- websites/staging/community/trunk/content/speakers/speakers.html (original)
+++ websites/staging/community/trunk/content/speakers/speakers.html Sat Apr 20 
15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">

Modified: 
websites/staging/community/trunk/content/use-the-comdev-issue-tracker-for-gsoc-tasks.html
==============================================================================
--- 
websites/staging/community/trunk/content/use-the-comdev-issue-tracker-for-gsoc-tasks.html
 (original)
+++ 
websites/staging/community/trunk/content/use-the-comdev-issue-tracker-for-gsoc-tasks.html
 Sat Apr 20 15:18:20 2013
@@ -31,6 +31,10 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+         /* Google Search box customizations */
+          .gsc-search-box input.gsc-input, .gcse-search-box 
input.gsc-input:focus { -webkit-box-shadow:none; box-shadow:none; 
-moz-box-shadow:none; border-radius:0px; }
+               /* On tablets, the wrapped menu is hiding the search box, 
adding a margin to push down */
+                .container { margin-top:5px; }
   </style>
   <link href="/css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -138,7 +142,9 @@
       <div class="span9">
         <h3 class="muted">The Apache Software Foundation</h3>
       </div>
-      <div class="span3" class="pull-right"><gcse:search></gcse:search></div>
+      <div class="span3 pull-right">
+        <div class="gcse-search"></div>
+         </div>
       <div class="span12"><h4 class="muted">Meritocracy in Action.</h4></div>
     </section>
     <ul class="breadcrumb">


Reply via email to