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:21:24 UTC

svn commit: r943517 [3/7] - 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/objectstor...

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/hints-and-copy-url.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/hints-and-copy-url.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/hints-and-copy-url.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/how-to-auto-refresh-page.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/how-to-auto-refresh-page.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/how-to-auto-refresh-page.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/how-to-tweak-the-ui-using-css-classes.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/how-to-tweak-the-ui-using-css-classes.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/how-to-tweak-the-ui-using-css-classes.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/how-to-tweak-the-ui-using-javascript.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/how-to-tweak-the-ui-using-javascript.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/how-to-tweak-the-ui-using-javascript.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/about.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/isis-wicket-excel.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/isis-wicket-excel.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/isis-wicket-excel.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/isis-wicket-fullcalendar2.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/isis-wicket-fullcalendar2.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/isis-wicket-fullcalendar2.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/isis-wicket-gmap3.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/isis-wicket-gmap3.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/isis-wicket-gmap3.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/isis-wicket-wickedcharts.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/isis-wicket-wickedcharts.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/isisaddons/isis-wicket-wickedcharts.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/recent-pages.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/recent-pages.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/recent-pages.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/about.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.0.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.0.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.0.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.1.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.1.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.1.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.2.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.2.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.2.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.1.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.1.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.1.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.4.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.4.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.4.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.4.1.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.4.1.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.4.1.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.5.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.5.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.5.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.6.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.6.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.6.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.7.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.7.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.7.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/showing-a-theme-chooser.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/showing-a-theme-chooser.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/showing-a-theme-chooser.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/specifying-a-default-theme.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/specifying-a-default-theme.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/specifying-a-default-theme.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/static-layouts.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/static-layouts.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/static-layouts.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/stripped-wicket-tags.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/stripped-wicket-tags.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/stripped-wicket-tags.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-header-and-footer.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-header-and-footer.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-header-and-footer.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-password-reset.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-password-reset.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-password-reset.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-remember-me.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-remember-me.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-remember-me.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-sign-up.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-sign-up.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-sign-up.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/tips-and-workarounds.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/tips-and-workarounds.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/tips-and-workarounds.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/titles-in-tables.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/titles-in-tables.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/titles-in-tables.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/user-registration.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/user-registration.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/user-registration.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/writing-a-custom-theme.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/writing-a-custom-theme.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/writing-a-custom-theme.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/config/about.html
==============================================================================
--- websites/staging/isis/trunk/content/config/about.html (original)
+++ websites/staging/isis/trunk/content/config/about.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/config/custom-validator.html
==============================================================================
--- websites/staging/isis/trunk/content/config/custom-validator.html (original)
+++ websites/staging/isis/trunk/content/config/custom-validator.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/config/disallowing-deprecations.html
==============================================================================
--- websites/staging/isis/trunk/content/config/disallowing-deprecations.html (original)
+++ websites/staging/isis/trunk/content/config/disallowing-deprecations.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/config/dynamic-layout-metadata-reader.html
==============================================================================
--- websites/staging/isis/trunk/content/config/dynamic-layout-metadata-reader.html (original)
+++ websites/staging/isis/trunk/content/config/dynamic-layout-metadata-reader.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/config/i18n-support.html
==============================================================================
--- websites/staging/isis/trunk/content/config/i18n-support.html (original)
+++ websites/staging/isis/trunk/content/config/i18n-support.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/config/metamodel-finetuning-the-programming-model.html
==============================================================================
--- websites/staging/isis/trunk/content/config/metamodel-finetuning-the-programming-model.html (original)
+++ websites/staging/isis/trunk/content/config/metamodel-finetuning-the-programming-model.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/config/standardised-font-awesome-icons-and-CSS.html
==============================================================================
--- websites/staging/isis/trunk/content/config/standardised-font-awesome-icons-and-CSS.html (original)
+++ websites/staging/isis/trunk/content/config/standardised-font-awesome-icons-and-CSS.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/about.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/about.html (original)
+++ websites/staging/isis/trunk/content/contributors/about.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/applying-patches.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/applying-patches.html (original)
+++ websites/staging/isis/trunk/content/contributors/applying-patches.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/building-isis.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/building-isis.html (original)
+++ websites/staging/isis/trunk/content/contributors/building-isis.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/contributing.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/contributing.html (original)
+++ websites/staging/isis/trunk/content/contributors/contributing.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/development-environment.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/development-environment.html (original)
+++ websites/staging/isis/trunk/content/contributors/development-environment.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/git-cookbook.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/git-cookbook.html (original)
+++ websites/staging/isis/trunk/content/contributors/git-cookbook.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/git-policy.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/git-policy.html (original)
+++ websites/staging/isis/trunk/content/contributors/git-policy.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/key-generation.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/key-generation.html (original)
+++ websites/staging/isis/trunk/content/contributors/key-generation.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/pmc-notes.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/pmc-notes.html (original)
+++ websites/staging/isis/trunk/content/contributors/pmc-notes.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html (original)
+++ websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/release-branch-and-tag-names.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-branch-and-tag-names.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-branch-and-tag-names.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/release-checklist.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-checklist.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-checklist.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/release-process-one-pager.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-process-one-pager.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-process-one-pager.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/release-process.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-process.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-process.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/snapshot-process.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/snapshot-process.html (original)
+++ websites/staging/isis/trunk/content/contributors/snapshot-process.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/upd_sh.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/upd_sh.html (original)
+++ websites/staging/isis/trunk/content/contributors/upd_sh.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/updating-the-cms-site.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/updating-the-cms-site.html (original)
+++ websites/staging/isis/trunk/content/contributors/updating-the-cms-site.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/verifying-releases-script.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/verifying-releases-script.html (original)
+++ websites/staging/isis/trunk/content/contributors/verifying-releases-script.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/verifying-releases-using-creadur-tools.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/verifying-releases-using-creadur-tools.html (original)
+++ websites/staging/isis/trunk/content/contributors/verifying-releases-using-creadur-tools.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/verifying-releases.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/verifying-releases.html (original)
+++ websites/staging/isis/trunk/content/contributors/verifying-releases.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/contributors/versioning-policy.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/versioning-policy.html (original)
+++ websites/staging/isis/trunk/content/contributors/versioning-policy.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/core/about.html
==============================================================================
--- websites/staging/isis/trunk/content/core/about.html (original)
+++ websites/staging/isis/trunk/content/core/about.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/core/bypass-security.html
==============================================================================
--- websites/staging/isis/trunk/content/core/bypass-security.html (original)
+++ websites/staging/isis/trunk/content/core/bypass-security.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/core/inmemory-objectstore.html
==============================================================================
--- websites/staging/isis/trunk/content/core/inmemory-objectstore.html (original)
+++ websites/staging/isis/trunk/content/core/inmemory-objectstore.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/core/inmemory-profilestore.html
==============================================================================
--- websites/staging/isis/trunk/content/core/inmemory-profilestore.html (original)
+++ websites/staging/isis/trunk/content/core/inmemory-profilestore.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/core/integtestsupport.html
==============================================================================
--- websites/staging/isis/trunk/content/core/integtestsupport.html (original)
+++ websites/staging/isis/trunk/content/core/integtestsupport.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/core/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/core/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/core/release-notes/about.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/core/release-notes/isis-1.0.0.html
==============================================================================
--- websites/staging/isis/trunk/content/core/release-notes/isis-1.0.0.html (original)
+++ websites/staging/isis/trunk/content/core/release-notes/isis-1.0.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/core/release-notes/isis-1.1.0.html
==============================================================================
--- websites/staging/isis/trunk/content/core/release-notes/isis-1.1.0.html (original)
+++ websites/staging/isis/trunk/content/core/release-notes/isis-1.1.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/core/release-notes/isis-1.2.0.html
==============================================================================
--- websites/staging/isis/trunk/content/core/release-notes/isis-1.2.0.html (original)
+++ websites/staging/isis/trunk/content/core/release-notes/isis-1.2.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/core/release-notes/isis-1.3.0.html
==============================================================================
--- websites/staging/isis/trunk/content/core/release-notes/isis-1.3.0.html (original)
+++ websites/staging/isis/trunk/content/core/release-notes/isis-1.3.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/core/release-notes/isis-1.4.0.html
==============================================================================
--- websites/staging/isis/trunk/content/core/release-notes/isis-1.4.0.html (original)
+++ websites/staging/isis/trunk/content/core/release-notes/isis-1.4.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {

Modified: websites/staging/isis/trunk/content/core/release-notes/isis-1.5.0.html
==============================================================================
--- websites/staging/isis/trunk/content/core/release-notes/isis-1.5.0.html (original)
+++ websites/staging/isis/trunk/content/core/release-notes/isis-1.5.0.html Thu Mar 12 13:21:19 2015
@@ -395,6 +395,10 @@
                 margin-top: 30px;
             }
 
+            .jumbotron img.logo {
+                width: 400px;
+            }
+
         }
 
         /* Small devices (tablets, up to 768px) */
@@ -403,7 +407,10 @@
             /* 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;
@@ -416,6 +423,11 @@
                 width: 20px;
                 height: 20px;
             }
+
+            .jumbotron img.logo {
+                width: 300px;
+            }
+
         }
 
         .jumbotron .learn-more {