You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2015/03/12 14:29:37 UTC

svn commit: r943519 [8/13] - in /websites/staging/isis/trunk: cgi-bin/ content/ content/archetypes/ content/archetypes/release-notes/ content/components/ content/components/objectstores/ content/components/objectstores/jdo/ content/components/objectsto...

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-010-How-to-specify-a-set-of-choices-for-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-010-How-to-specify-a-set-of-choices-for-a-property.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-010-How-to-specify-a-set-of-choices-for-a-property.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-017-How-to-specify-default-value-of-an-object-property.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-017-How-to-specify-default-value-of-an-object-property.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-017-How-to-specify-default-value-of-an-object-property.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-020-How-to-specify-a-set-of-choices-for-an-action-parameter.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-020-How-to-specify-a-set-of-choices-for-an-action-parameter.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-020-How-to-specify-a-set-of-choices-for-an-action-parameter.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-022-How-to-specify-dependent-choices-for-action-parameters.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-022-How-to-specify-dependent-choices-for-action-parameters.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-022-How-to-specify-dependent-choices-for-action-parameters.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-030-How-to-specify-that-a-class-of-objects-has-a-limited-number-of-instances.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-030-How-to-specify-that-a-class-of-objects-has-a-limited-number-of-instances.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-030-How-to-specify-that-a-class-of-objects-has-a-limited-number-of-instances.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-040-How-to-find-an-entity-(for-an-action-parameter-or-property)-using-auto-complete.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-040-How-to-find-an-entity-(for-an-action-parameter-or-property)-using-auto-complete.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-040-How-to-find-an-entity-(for-an-action-parameter-or-property)-using-auto-complete.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-050-How-to-specify-default-values-for-an-action-parameter.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-050-How-to-specify-default-values-for-an-action-parameter.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-050-How-to-specify-default-values-for-an-action-parameter.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-04-000-How-to-derive-properties-and-collections-and-other-side-effects.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-04-000-How-to-derive-properties-and-collections-and-other-side-effects.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-04-000-How-to-derive-properties-and-collections-and-other-side-effects.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-08-000-How-to-handle-security-concerns.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-08-000-How-to-handle-security-concerns.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-08-000-How-to-handle-security-concerns.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-09-010-How-to-register-domain-services,-repositories-and-factories.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-09-010-How-to-register-domain-services,-repositories-and-factories.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-09-010-How-to-register-domain-services,-repositories-and-factories.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-09-040-How-to-write-a-custom-repository.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-09-040-How-to-write-a-custom-repository.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-09-040-How-to-write-a-custom-repository.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-09-050-How-to-use-Factories.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-09-050-How-to-use-Factories.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-09-050-How-to-use-Factories.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/how-tos/how-to-customize-styling-for-a-domain-object.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-customize-styling-for-a-domain-object.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-customize-styling-for-a-domain-object.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/index-new.html
==============================================================================
--- websites/staging/isis/trunk/content/index-new.html (original)
+++ websites/staging/isis/trunk/content/index-new.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/index.html
==============================================================================
--- websites/staging/isis/trunk/content/index.html (original)
+++ websites/staging/isis/trunk/content/index.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/about.html (original)
+++ websites/staging/isis/trunk/content/intro/about.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/elevator-pitch/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/elevator-pitch/about.html (original)
+++ websites/staging/isis/trunk/content/intro/elevator-pitch/about.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/elevator-pitch/common-use-cases.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/elevator-pitch/common-use-cases.html (original)
+++ websites/staging/isis/trunk/content/intro/elevator-pitch/common-use-cases.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/elevator-pitch/isis-in-pictures.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/elevator-pitch/isis-in-pictures.html (original)
+++ websites/staging/isis/trunk/content/intro/elevator-pitch/isis-in-pictures.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/getting-started/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/about.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/about.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/getting-started/ide/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/ide/about.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/ide/about.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/getting-started/ide/eclipse.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/ide/eclipse.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/ide/eclipse.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/getting-started/ide/intellij.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/ide/intellij.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/ide/intellij.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/getting-started/simpleapp-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/simpleapp-archetype.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/simpleapp-archetype.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/getting-started/todoapp-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/todoapp-archetype.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/todoapp-archetype.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/learning-more/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/learning-more/about.html (original)
+++ websites/staging/isis/trunk/content/intro/learning-more/about.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/learning-more/articles-and-presentations.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/learning-more/articles-and-presentations.html (original)
+++ websites/staging/isis/trunk/content/intro/learning-more/articles-and-presentations.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/learning-more/books.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/learning-more/books.html (original)
+++ websites/staging/isis/trunk/content/intro/learning-more/books.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/learning-more/hexagonal-architecture.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/learning-more/hexagonal-architecture.html (original)
+++ websites/staging/isis/trunk/content/intro/learning-more/hexagonal-architecture.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/powered-by/TransportPlanner/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/powered-by/TransportPlanner/about.html (original)
+++ websites/staging/isis/trunk/content/intro/powered-by/TransportPlanner/about.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/powered-by/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/powered-by/about.html (original)
+++ websites/staging/isis/trunk/content/intro/powered-by/about.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/powered-by/powered-by.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/powered-by/powered-by.html (original)
+++ websites/staging/isis/trunk/content/intro/powered-by/powered-by.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/resources/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/resources/about.html (original)
+++ websites/staging/isis/trunk/content/intro/resources/about.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">

Modified: websites/staging/isis/trunk/content/intro/resources/cheat-sheet.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/resources/cheat-sheet.html (original)
+++ websites/staging/isis/trunk/content/intro/resources/cheat-sheet.html Thu Mar 12 13:29:33 2015
@@ -386,18 +386,39 @@
           MEDIA QUERIES
         */
 
+        @media (max-width: 991px) {
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            #quote-carousel .carousel-indicators {
+                display: none;
+            }
+
+            .navbar form.searchbox {
+                display: none;
+            }
+        }
+
+        @media (min-width: 992px) {
+            .jumbotron img.logo {
+                width: 400px;
+            }
+        }
+
         /* Small devices (tablets, 768px and up) */
         @media (min-width: 768px) {
             #quote-carousel
             {
                 margin-bottom: 0;
-                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
-            .jumbotron img.logo {
-                width: 400px;
-            }
 
         }
 
@@ -407,10 +428,7 @@
             /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
 
             #quote-carousel .carousel-indicators {
-                /*
                 bottom: -20px !important;
-                */
-                display: none;
             }
             #quote-carousel .carousel-indicators li {
                 display: inline-block;
@@ -424,10 +442,6 @@
                 height: 20px;
             }
 
-            .jumbotron img.logo {
-                width: 300px;
-            }
-
         }
 
         .jumbotron .learn-more {
@@ -558,7 +572,7 @@
           </li>
       </ul>
 
-        <FORM class="navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
+        <FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
         <div class="form-group">
           <input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
           <INPUT type="hidden" name="cof" value="FORID:0">