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 2013/10/10 14:30:46 UTC

svn commit: r882006 [2/4] - in /websites/staging/isis/trunk: cgi-bin/ content/ content/applib-guide/ content/applib-guide/domain-services/ content/applib-guide/how-tos/ content/applib-guide/reference/ content/applib-guide/reference/recognized-annotatio...

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-030-How-to-ensure-object-is-in-valid-state.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-030-How-to-ensure-object-is-in-valid-state.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-030-How-to-ensure-object-is-in-valid-state.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-040-How-to-specify-that-an-object-should-not-be-persisted.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-040-How-to-specify-that-an-object-should-not-be-persisted.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-040-How-to-specify-that-an-object-should-not-be-persisted.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-050-How-to-perform-lazy-loading.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-050-How-to-perform-lazy-loading.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-050-How-to-perform-lazy-loading.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-060-How-to-perform-dirty-object-tracking.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-060-How-to-perform-dirty-object-tracking.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-060-How-to-perform-dirty-object-tracking.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-070-How-to-hook-into-the-object-lifecycle-using-callbacks.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-070-How-to-hook-into-the-object-lifecycle-using-callbacks.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-070-How-to-hook-into-the-object-lifecycle-using-callbacks.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-000-How-to-handle-security-concerns.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-000-How-to-handle-security-concerns.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-000-How-to-handle-security-concerns.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-020-How-to-use-Isis-authorization-manager.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-020-How-to-use-Isis-authorization-manager.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-020-How-to-use-Isis-authorization-manager.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/DomainObjectContainer.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/DomainObjectContainer.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/DomainObjectContainer.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/Event.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/Event.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/Event.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/Security.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/Security.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/Security.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/Utility.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/Utility.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/Utility.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/about.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/about.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/about.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionOrder.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionOrder.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionOrder.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionSemantics.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionSemantics.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionSemantics.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Aggregated.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Aggregated.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Aggregated.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Audited.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Audited.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Audited.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/AutoComplete.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/AutoComplete.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/AutoComplete.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bounded.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bounded.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bounded.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bulk.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bulk.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bulk.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Debug.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Debug.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Debug.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Defaulted.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Defaulted.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Defaulted.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/DescribedAs.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/DescribedAs.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/DescribedAs.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Disabled.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Disabled.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Disabled.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Encodable.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Encodable.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Encodable.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/EqualByContent.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/EqualByContent.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/EqualByContent.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Exploration.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Exploration.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Exploration.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Facets.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Facets.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Facets.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/FieldOrder.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/FieldOrder.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/FieldOrder.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Hidden.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Hidden.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Hidden.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Idempotent-deprecated.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Idempotent-deprecated.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Idempotent-deprecated.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Ignore-deprecated.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Ignore-deprecated.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Ignore-deprecated.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Immutable.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Immutable.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Immutable.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Mask.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Mask.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Mask.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MaxLength.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MaxLength.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MaxLength.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MemberGroups.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MemberGroups.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MemberGroups.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MemberOrder.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MemberOrder.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MemberOrder.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MultiLine.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MultiLine.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MultiLine.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MustSatisfy.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MustSatisfy.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MustSatisfy.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Named.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Named.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Named.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotContributed.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotContributed.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotContributed.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotInServiceMenu.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotInServiceMenu.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotInServiceMenu.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotPersistable.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotPersistable.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotPersistable.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotPersisted.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotPersisted.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotPersisted.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ObjectType.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ObjectType.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ObjectType.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Optional.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Optional.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Optional.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Paged.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Paged.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Paged.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Parseable.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Parseable.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Parseable.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Plural.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Plural.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Plural.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Programmatic.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Programmatic.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Programmatic.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Prototype.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Prototype.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Prototype.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/PublishedAction.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/PublishedAction.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/PublishedAction.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/PublishedObject.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/PublishedObject.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/PublishedObject.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/QueryOnly-deprecated.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/QueryOnly-deprecated.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/QueryOnly-deprecated.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/RegEx.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/RegEx.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/RegEx.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Render.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Render.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Render.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Resolve.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Resolve.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Resolve.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/SortedBy.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/SortedBy.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/SortedBy.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Title.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Title.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Title.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/TypeOf.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/TypeOf.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/TypeOf.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/TypicalLength.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/TypicalLength.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/TypicalLength.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Value.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Value.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Value.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ViewModel.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ViewModel.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ViewModel.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/about.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/about.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/about.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/supporting-features/01-Clock.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/supporting-features/01-Clock.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/supporting-features/01-Clock.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/supporting-features/02-Profiles.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/supporting-features/02-Profiles.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/supporting-features/02-Profiles.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/supporting-features/03-Fixtures-and-SwitchUser.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/supporting-features/03-Fixtures-and-SwitchUser.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/supporting-features/03-Fixtures-and-SwitchUser.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/supporting-features/04-XML-Snapshots.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/supporting-features/04-XML-Snapshots.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/supporting-features/04-XML-Snapshots.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/supporting-features/about.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/supporting-features/about.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/supporting-features/about.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/value-types/010-Built-in-Value-Types.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/value-types/010-Built-in-Value-Types.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/value-types/010-Built-in-Value-Types.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/value-types/020-Custom-Value-Types.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/value-types/020-Custom-Value-Types.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/value-types/020-Custom-Value-Types.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/value-types/030-Third-party-Value-Types.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/value-types/030-Third-party-Value-Types.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/value-types/030-Third-party-Value-Types.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/applib-guide/value-types/about.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/value-types/about.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/value-types/about.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/about.html (original)
+++ websites/staging/isis/trunk/content/components/about.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/about.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/about.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/about.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/about.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/auditing-service-jdo.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/auditing-service-jdo.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/auditing-service-jdo.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/deploying-on-the-google-app-engine.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/deploying-on-the-google-app-engine.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/deploying-on-the-google-app-engine.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/eagerly-registering-entities.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/eagerly-registering-entities.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/eagerly-registering-entities.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/enabling-logging.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/enabling-logging.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/enabling-logging.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/exception-recognizers-jdo.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/exception-recognizers-jdo.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/exception-recognizers-jdo.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/isisjdosupport-service.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/isisjdosupport-service.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/isisjdosupport-service.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/lazy-loading.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/lazy-loading.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/lazy-loading.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/managed-1-to-m-relationships.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/managed-1-to-m-relationships.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/managed-1-to-m-relationships.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-bigdecimals.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-bigdecimals.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-bigdecimals.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-blobs.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-blobs.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-blobs.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-joda-dates.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-joda-dates.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-joda-dates.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-mandatory-and-optional-properties.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-mandatory-and-optional-properties.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-mandatory-and-optional-properties.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/persistence_xml.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/persistence_xml.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/persistence_xml.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/publishing-service-jdo.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/publishing-service-jdo.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/publishing-service-jdo.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/release-notes/about.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.0.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.0.0.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.0.0.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.1.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.1.0.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.1.0.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/settings-services-jdo.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/settings-services-jdo.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/settings-services-jdo.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/using-jndi-datasource.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/using-jndi-datasource.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/using-jndi-datasource.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/nosql/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/nosql/about.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/nosql/about.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }
         

Modified: websites/staging/isis/trunk/content/components/objectstores/nosql/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/nosql/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/nosql/release-notes/about.html Thu Oct 10 12:30:41 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }