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/11 23:45:08 UTC

svn commit: r943414 [7/10] - 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/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 Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

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 Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

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 Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

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 Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

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 Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

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 Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

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 Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

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 Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/intro/resources/downloadable-presentations.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/resources/downloadable-presentations.html (original)
+++ websites/staging/isis/trunk/content/intro/resources/downloadable-presentations.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/intro/resources/editor-templates.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/resources/editor-templates.html (original)
+++ websites/staging/isis/trunk/content/intro/resources/editor-templates.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/intro/resources/icons.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/resources/icons.html (original)
+++ websites/staging/isis/trunk/content/intro/resources/icons.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/intro/tutorials/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/tutorials/about.html (original)
+++ websites/staging/isis/trunk/content/intro/tutorials/about.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/intro/tutorials/apacheconeu-2014.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/tutorials/apacheconeu-2014.html (original)
+++ websites/staging/isis/trunk/content/intro/tutorials/apacheconeu-2014.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/intro/tutorials/screencasts.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/tutorials/screencasts.html (original)
+++ websites/staging/isis/trunk/content/intro/tutorials/screencasts.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/intro/tutorials/step-by-step-petclinic.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/tutorials/step-by-step-petclinic.html (original)
+++ websites/staging/isis/trunk/content/intro/tutorials/step-by-step-petclinic.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/intro/tutorials/tutorials.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/tutorials/tutorials.html (original)
+++ websites/staging/isis/trunk/content/intro/tutorials/tutorials.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/Fixture-Scripts.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/Fixture-Scripts.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/Fixture-Scripts.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/ViewModel.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/ViewModel.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/ViewModel.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/about.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/about.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/about.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/are-you-sure-idiom.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/are-you-sure-idiom.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/are-you-sure-idiom.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-01-062-How-to-decouple-dependencies-using-contributions.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-01-062-How-to-decouple-dependencies-using-contributions.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-01-062-How-to-decouple-dependencies-using-contributions.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-01-065-How-to-add-an-action-to-be-called-on-every-object-in-a-list.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-01-065-How-to-add-an-action-to-be-called-on-every-object-in-a-list.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-01-065-How-to-add-an-action-to-be-called-on-every-object-in-a-list.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-040-How-to-specify-that-none-of-an-object's-members-is-visible.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-040-How-to-specify-that-none-of-an-object's-members-is-visible.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-040-How-to-specify-that-none-of-an-object's-members-is-visible.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-080-How-to-specify-that-none-of-an-object's-members-can-be-modified-or-invoked.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-080-How-to-specify-that-none-of-an-object's-members-can-be-modified-or-invoked.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-080-How-to-specify-that-none-of-an-object's-members-can-be-modified-or-invoked.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-090-How-to-specify-that-an-object-is-immutable.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-090-How-to-specify-that-an-object-is-immutable.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-090-How-to-specify-that-an-object-is-immutable.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-130-How-to-validate-declaratively-using-MustSatisfy.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-130-How-to-validate-declaratively-using-MustSatisfy.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-02-130-How-to-validate-declaratively-using-MustSatisfy.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-010-How-to-make-a-derived-property.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-010-How-to-make-a-derived-property.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-010-How-to-make-a-derived-property.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-015-Password-properties-and-params.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-015-Password-properties-and-params.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-015-Password-properties-and-params.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-020-How-to-make-a-derived-collection.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-020-How-to-make-a-derived-collection.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-020-How-to-make-a-derived-collection.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-040-How-to-specify-names-or-description-for-an-action.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-040-How-to-specify-names-or-description-for-an-action.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-040-How-to-specify-names-or-description-for-an-action.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-06-010-How-to-pass-a-messages-and-errors-back-to-the-user.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-06-010-How-to-pass-a-messages-and-errors-back-to-the-user.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-06-010-How-to-pass-a-messages-and-errors-back-to-the-user.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-010-How-to-set-up-the-initial-value-of-a-property-programmatically.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-010-How-to-set-up-the-initial-value-of-a-property-programmatically.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-010-How-to-set-up-the-initial-value-of-a-property-programmatically.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-020-How-to-insert-behaviour-into-the-object-life-cycle.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-020-How-to-insert-behaviour-into-the-object-life-cycle.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-020-How-to-insert-behaviour-into-the-object-life-cycle.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-030-How-to-ensure-object-is-in-valid-state.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-030-How-to-ensure-object-is-in-valid-state.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-030-How-to-ensure-object-is-in-valid-state.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-040-How-to-specify-that-an-object-should-not-be-persisted.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-040-How-to-specify-that-an-object-should-not-be-persisted.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-040-How-to-specify-that-an-object-should-not-be-persisted.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-09-020-How-to-write-a-typical-domain-service.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-09-020-How-to-write-a-typical-domain-service.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-09-020-How-to-write-a-typical-domain-service.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-hide-part-of-a-title.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-hide-part-of-a-title.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-hide-part-of-a-title.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-suppress-contributions-to-action-parameter.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-suppress-contributions-to-action-parameter.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-suppress-contributions-to-action-parameter.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-advanced-topics/multi-tenancy.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/multi-tenancy.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/multi-tenancy.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/more-thanks.html
==============================================================================
--- websites/staging/isis/trunk/content/more-thanks.html (original)
+++ websites/staging/isis/trunk/content/more-thanks.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>

Modified: websites/staging/isis/trunk/content/other/about.html
==============================================================================
--- websites/staging/isis/trunk/content/other/about.html (original)
+++ websites/staging/isis/trunk/content/other/about.html Wed Mar 11 22:45:04 2015
@@ -278,6 +278,10 @@
         }
 
 
+        .jumbotron .description {
+            padding-top: 20px;
+            text-align: center;
+        }
 
         /* carousel */
         #quote-carousel
@@ -293,7 +297,26 @@
             color: #222;
             font-size: 2.3em;
             text-shadow: none;
-            margin-top: -20px;
+            margin-top: 60px;
+        }
+
+        div#quote-carousel {
+            height: 300px;
+        }
+
+        #quote-carousel blockquote p {
+            font-size: medium;
+        }
+
+        #quote-carousel .carousel-inner blockquote small {
+            font-size: 70%;
+        }
+
+        #quote-carousel .carousel-inner blockquote .row .col-md-12 {
+            padding-left: 0px;
+            padding-right: 0px;
+            margin-left: -5px;
+            margin-right: -5px;
         }
 
         #quote-carousel .carousel-control.left
@@ -355,7 +378,7 @@
             #quote-carousel
             {
                 margin-bottom: 0;
-                padding: 0 40px 30px 40px;
+                /*padding: 0 40px 30px 40px;*/
                 margin-top: 30px;
             }
 
@@ -417,7 +440,7 @@
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000
+              interval: 3000
           });
       });
     </script>