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:37:05 UTC

svn commit: r943521 [3/4] - 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/how-tos/how-to-02-050-How-to-prevent-a-property-from-being-modified.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-02-050-How-to-prevent-a-property-from-being-modified.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-02-050-How-to-prevent-a-property-from-being-modified.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-02-060-How-to-prevent-a-collection-from-being-modified.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-02-060-How-to-prevent-a-collection-from-being-modified.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-02-060-How-to-prevent-a-collection-from-being-modified.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-02-070-How-to-prevent-an-action-from-being-invoked.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-02-070-How-to-prevent-an-action-from-being-invoked.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-02-070-How-to-prevent-an-action-from-being-invoked.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-02-100-How-to-validate-user-input-for-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-02-100-How-to-validate-user-input-for-a-property.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-02-100-How-to-validate-user-input-for-a-property.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-02-110-How-to-validate-an-object-being-added-or-removed-from-a-collection.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-02-110-How-to-validate-an-object-being-added-or-removed-from-a-collection.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-02-110-How-to-validate-an-object-being-added-or-removed-from-a-collection.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-02-120-How-to-validate-an-action-parameter-argument.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-02-120-How-to-validate-an-action-parameter-argument.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-02-120-How-to-validate-an-action-parameter-argument.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-010-How-to-specify-a-set-of-choices-for-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-010-How-to-specify-a-set-of-choices-for-a-property.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-010-How-to-specify-a-set-of-choices-for-a-property.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-017-How-to-specify-default-value-of-an-object-property.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-017-How-to-specify-default-value-of-an-object-property.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-017-How-to-specify-default-value-of-an-object-property.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-020-How-to-specify-a-set-of-choices-for-an-action-parameter.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-020-How-to-specify-a-set-of-choices-for-an-action-parameter.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-020-How-to-specify-a-set-of-choices-for-an-action-parameter.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-022-How-to-specify-dependent-choices-for-action-parameters.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-022-How-to-specify-dependent-choices-for-action-parameters.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-022-How-to-specify-dependent-choices-for-action-parameters.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-030-How-to-specify-that-a-class-of-objects-has-a-limited-number-of-instances.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-030-How-to-specify-that-a-class-of-objects-has-a-limited-number-of-instances.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-030-How-to-specify-that-a-class-of-objects-has-a-limited-number-of-instances.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-040-How-to-find-an-entity-(for-an-action-parameter-or-property)-using-auto-complete.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-040-How-to-find-an-entity-(for-an-action-parameter-or-property)-using-auto-complete.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-040-How-to-find-an-entity-(for-an-action-parameter-or-property)-using-auto-complete.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-03-050-How-to-specify-default-values-for-an-action-parameter.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-03-050-How-to-specify-default-values-for-an-action-parameter.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-03-050-How-to-specify-default-values-for-an-action-parameter.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-04-000-How-to-derive-properties-and-collections-and-other-side-effects.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-04-000-How-to-derive-properties-and-collections-and-other-side-effects.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-04-000-How-to-derive-properties-and-collections-and-other-side-effects.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-08-000-How-to-handle-security-concerns.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-08-000-How-to-handle-security-concerns.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-08-000-How-to-handle-security-concerns.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-09-010-How-to-register-domain-services,-repositories-and-factories.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-09-010-How-to-register-domain-services,-repositories-and-factories.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-09-010-How-to-register-domain-services,-repositories-and-factories.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-09-040-How-to-write-a-custom-repository.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-09-040-How-to-write-a-custom-repository.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-09-040-How-to-write-a-custom-repository.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-09-050-How-to-use-Factories.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-09-050-How-to-use-Factories.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-09-050-How-to-use-Factories.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/how-tos/how-to-customize-styling-for-a-domain-object.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-customize-styling-for-a-domain-object.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-customize-styling-for-a-domain-object.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/index-new.html
==============================================================================
--- websites/staging/isis/trunk/content/index-new.html (original)
+++ websites/staging/isis/trunk/content/index-new.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/index.html
==============================================================================
--- websites/staging/isis/trunk/content/index.html (original)
+++ websites/staging/isis/trunk/content/index.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */
@@ -773,6 +769,9 @@
             </div>
         </div>
 
+        <br/>
+        <br/>
+
         <div class="row">
             <div class="col-md-12">
                 <h4>Start developing your own Isis application using our <a href="intro/getting-started/simpleapp-archetype.html">simpleapp archetype</a>:</h4>
@@ -793,12 +792,10 @@
         </div>
 
 
-        <br/>
-        <br/>
 
         <div class="row">
             <div class="col-md-12">
-                <h4>How Apache Isis dynamically builds the UI:</h4>
+                <h4>This carousel explains how Apache Isis dynamically builds the UI:</h4>
             </div>
         </div>
         <div class="row">
@@ -816,44 +813,34 @@
                         <li data-target="#this-carousel-id" data-slide-to="6"></li>
                         <li data-target="#this-carousel-id" data-slide-to="7"></li>
                         <li data-target="#this-carousel-id" data-slide-to="8"></li>
-                        <li data-target="#this-carousel-id" data-slide-to="9"></li>
                     </ol>
 
                     <div class="carousel-inner">
                         <div class="item active">
-                            <img src="images/isis-logo-940x560.png"></img>
-                        </div>
-
-                        <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/010-sign-in.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/020-object-layout.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/030-declarative-business-rules.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/040-imperative-business-rules.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/050-action-with-args.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/060-action-with-args-autocomplete.png"></img>
@@ -864,27 +851,22 @@
                                 <img src="images/index-screenshots/070-jdo.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/080-rest-api.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/090-integtesting.png"></img>
                             </a>
                         </div>
-
                     </div>
 
                     <a class="carousel-control left" href="#this-carousel-id" data-slide="prev"><span class="icon-prev"></span></a>
                     <a class="carousel-control right" href="#this-carousel-id" data-slide="next"><span class="icon-next"></span></a>
-                </div><!-- .carousel -->
-
+                </div><
             </div>
-
         </div>
     </div>
 

Modified: websites/staging/isis/trunk/content/intro/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/about.html (original)
+++ websites/staging/isis/trunk/content/intro/about.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/elevator-pitch/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/elevator-pitch/about.html (original)
+++ websites/staging/isis/trunk/content/intro/elevator-pitch/about.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/elevator-pitch/common-use-cases.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/elevator-pitch/common-use-cases.html (original)
+++ websites/staging/isis/trunk/content/intro/elevator-pitch/common-use-cases.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/elevator-pitch/isis-in-pictures.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/elevator-pitch/isis-in-pictures.html (original)
+++ websites/staging/isis/trunk/content/intro/elevator-pitch/isis-in-pictures.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/getting-started/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/about.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/about.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/getting-started/ide/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/ide/about.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/ide/about.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/getting-started/ide/eclipse.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/ide/eclipse.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/ide/eclipse.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/getting-started/ide/intellij.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/ide/intellij.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/ide/intellij.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/getting-started/simpleapp-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/simpleapp-archetype.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/simpleapp-archetype.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/getting-started/todoapp-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/getting-started/todoapp-archetype.html (original)
+++ websites/staging/isis/trunk/content/intro/getting-started/todoapp-archetype.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/learning-more/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/learning-more/about.html (original)
+++ websites/staging/isis/trunk/content/intro/learning-more/about.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/learning-more/articles-and-presentations.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/learning-more/articles-and-presentations.html (original)
+++ websites/staging/isis/trunk/content/intro/learning-more/articles-and-presentations.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/learning-more/books.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/learning-more/books.html (original)
+++ websites/staging/isis/trunk/content/intro/learning-more/books.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/learning-more/hexagonal-architecture.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/learning-more/hexagonal-architecture.html (original)
+++ websites/staging/isis/trunk/content/intro/learning-more/hexagonal-architecture.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/powered-by/TransportPlanner/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/powered-by/TransportPlanner/about.html (original)
+++ websites/staging/isis/trunk/content/intro/powered-by/TransportPlanner/about.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/powered-by/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/powered-by/about.html (original)
+++ websites/staging/isis/trunk/content/intro/powered-by/about.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/powered-by/powered-by.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/powered-by/powered-by.html (original)
+++ websites/staging/isis/trunk/content/intro/powered-by/powered-by.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/resources/about.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/resources/about.html (original)
+++ websites/staging/isis/trunk/content/intro/resources/about.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/intro/resources/cheat-sheet.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/resources/cheat-sheet.html (original)
+++ websites/staging/isis/trunk/content/intro/resources/cheat-sheet.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

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 Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/other/dsl.html
==============================================================================
--- websites/staging/isis/trunk/content/other/dsl.html (original)
+++ websites/staging/isis/trunk/content/other/dsl.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/other/eclipse-plugin.html
==============================================================================
--- websites/staging/isis/trunk/content/other/eclipse-plugin.html (original)
+++ websites/staging/isis/trunk/content/other/eclipse-plugin.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/other/jrebel.html
==============================================================================
--- websites/staging/isis/trunk/content/other/jrebel.html (original)
+++ websites/staging/isis/trunk/content/other/jrebel.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/other/maven-plugin.html
==============================================================================
--- websites/staging/isis/trunk/content/other/maven-plugin.html (original)
+++ websites/staging/isis/trunk/content/other/maven-plugin.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/DomainObjectContainer.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/DomainObjectContainer.html (original)
+++ websites/staging/isis/trunk/content/reference/DomainObjectContainer.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/Event.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/Event.html (original)
+++ websites/staging/isis/trunk/content/reference/Event.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/Recognized-Methods-and-Prefixes.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/Recognized-Methods-and-Prefixes.html (original)
+++ websites/staging/isis/trunk/content/reference/Recognized-Methods-and-Prefixes.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/Security.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/Security.html (original)
+++ websites/staging/isis/trunk/content/reference/Security.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/Utility.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/Utility.html (original)
+++ websites/staging/isis/trunk/content/reference/Utility.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/about.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/about.html (original)
+++ websites/staging/isis/trunk/content/reference/about.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/configuration-files.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/configuration-files.html (original)
+++ websites/staging/isis/trunk/content/reference/configuration-files.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/deployment-type.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/deployment-type.html (original)
+++ websites/staging/isis/trunk/content/reference/deployment-type.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/externalized-configuration.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/externalized-configuration.html (original)
+++ websites/staging/isis/trunk/content/reference/externalized-configuration.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/jvm-args.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/jvm-args.html (original)
+++ websites/staging/isis/trunk/content/reference/jvm-args.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/non-ui/about.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/non-ui/about.html (original)
+++ websites/staging/isis/trunk/content/reference/non-ui/about.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/non-ui/background-command-execution.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/non-ui/background-command-execution.html (original)
+++ websites/staging/isis/trunk/content/reference/non-ui/background-command-execution.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/non-ui/isis-session-template.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/non-ui/isis-session-template.html (original)
+++ websites/staging/isis/trunk/content/reference/non-ui/isis-session-template.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/object-lifecycle-callbacks.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/object-lifecycle-callbacks.html (original)
+++ websites/staging/isis/trunk/content/reference/object-lifecycle-callbacks.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Action.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Action.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Action.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/ActionInteraction.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/ActionInteraction.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/ActionInteraction.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/ActionLayout.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/ActionLayout.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/ActionLayout.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/ActionOrder-deprecated.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/ActionOrder-deprecated.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/ActionOrder-deprecated.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/ActionSemantics.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/ActionSemantics.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/ActionSemantics.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Aggregated.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Aggregated.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Aggregated.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Audited.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Audited.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Audited.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/AutoComplete.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/AutoComplete.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/AutoComplete.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Bookmarkable.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Bookmarkable.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Bookmarkable.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Bounded.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Bounded.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Bounded.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Bulk.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Bulk.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Bulk.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Collection.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Collection.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Collection.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/CollectionInteraction.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/CollectionInteraction.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/CollectionInteraction.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/CollectionLayout.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/CollectionLayout.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/CollectionLayout.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Command.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Command.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Command.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/CssClass-deprecated.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/CssClass-deprecated.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/CssClass-deprecated.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/CssClassFa-deprecated.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/CssClassFa-deprecated.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/CssClassFa-deprecated.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Debug-deprecated.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Debug-deprecated.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Debug-deprecated.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Defaulted.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Defaulted.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Defaulted.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/DescribedAs-deprecated.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/DescribedAs-deprecated.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/DescribedAs-deprecated.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Digits.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Digits.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Digits.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Disabled.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Disabled.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Disabled.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/DomainObject.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/DomainObject.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/DomainObject.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/DomainObjectLayout.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/DomainObjectLayout.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/DomainObjectLayout.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/DomainService.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/DomainService.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/DomainService.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/DomainServiceLayout.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/DomainServiceLayout.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/DomainServiceLayout.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Encodable.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Encodable.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Encodable.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/EqualByContent.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/EqualByContent.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/EqualByContent.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Exploration-deprecated.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Exploration-deprecated.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Exploration-deprecated.html Thu Mar 12 13:37:02 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */