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 2014/05/24 08:20:32 UTC

svn commit: r909784 [4/5] - 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/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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-050-How-to-perform-lazy-loading.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-050-How-to-perform-lazy-loading.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-050-How-to-perform-lazy-loading.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-060-How-to-perform-dirty-object-tracking.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-060-How-to-perform-dirty-object-tracking.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-07-060-How-to-perform-dirty-object-tracking.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-08-020-How-to-use-Isis-authorization-manager.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-08-020-How-to-use-Isis-authorization-manager.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-08-020-How-to-use-Isis-authorization-manager.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-09-030-How-to-use-a-generic-repository.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-09-030-How-to-use-a-generic-repository.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-09-030-How-to-use-a-generic-repository.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/more-advanced-topics/metamodel-finetuning-the-programming-model.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/metamodel-finetuning-the-programming-model.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/metamodel-finetuning-the-programming-model.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/ActionOrder.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/ActionOrder.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/ActionOrder.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/CssClass.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/CssClass.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/CssClass.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Debug.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Debug.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Debug.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/DescribedAs.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/DescribedAs.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/DescribedAs.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

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 Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Exploration.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Exploration.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Exploration.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Facets.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Facets.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Facets.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/FieldOrder.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/FieldOrder.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/FieldOrder.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Hidden.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Hidden.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Hidden.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/HomePage.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/HomePage.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/HomePage.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Idempotent-deprecated.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Idempotent-deprecated.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Idempotent-deprecated.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Ignore-deprecated.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Ignore-deprecated.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Ignore-deprecated.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Immutable.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Immutable.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Immutable.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Inject.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Inject.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Inject.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Mask.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Mask.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Mask.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/MaxLength.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/MaxLength.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/MaxLength.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/MemberGroupLayout.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/MemberGroupLayout.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/MemberGroupLayout.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/MemberGroups.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/MemberGroups.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/MemberGroups.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/MemberOrder.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/MemberOrder.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/MemberOrder.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/MinLength.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/MinLength.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/MinLength.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/MultiLine.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/MultiLine.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/MultiLine.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/MustSatisfy.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/MustSatisfy.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/MustSatisfy.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Named.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Named.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Named.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/NotContributed.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/NotContributed.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/NotContributed.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/NotInServiceMenu.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/NotInServiceMenu.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/NotInServiceMenu.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/NotPersistable.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/NotPersistable.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/NotPersistable.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/NotPersisted.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/NotPersisted.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/NotPersisted.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/ObjectType.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/ObjectType.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/ObjectType.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Optional.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Optional.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Optional.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Paged.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Paged.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Paged.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Parseable.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Parseable.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Parseable.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Plural.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Plural.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Plural.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/PostsPropertyChangedEvent.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/PostsPropertyChangedEvent.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/PostsPropertyChangedEvent.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Programmatic.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Programmatic.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Programmatic.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Prototype.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Prototype.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Prototype.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/PublishedAction.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/PublishedAction.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/PublishedAction.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/PublishedObject.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/PublishedObject.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/PublishedObject.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/QueryOnly-deprecated.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/QueryOnly-deprecated.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/QueryOnly-deprecated.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/RegEx.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/RegEx.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/RegEx.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Render.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Render.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Render.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/RenderedAsDayBefore.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/RenderedAsDayBefore.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/RenderedAsDayBefore.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/RequestScoped.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/RequestScoped.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/RequestScoped.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Resolve.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Resolve.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Resolve.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/SortedBy.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/SortedBy.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/SortedBy.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Title.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Title.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Title.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/TypeOf.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/TypeOf.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/TypeOf.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/TypicalLength.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/TypicalLength.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/TypicalLength.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Value.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Value.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Value.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/about.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/about.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/about.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/services/01-Clock.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/01-Clock.html (original)
+++ websites/staging/isis/trunk/content/reference/services/01-Clock.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/services/02-Profiles.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/02-Profiles.html (original)
+++ websites/staging/isis/trunk/content/reference/services/02-Profiles.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/services/about.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/about.html (original)
+++ websites/staging/isis/trunk/content/reference/services/about.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/services/auditing-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/auditing-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/auditing-service.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/services/background-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/background-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/background-service.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/services/bookmark-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/bookmark-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/bookmark-service.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/services/bulk-interaction.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/bulk-interaction.html (original)
+++ websites/staging/isis/trunk/content/reference/services/bulk-interaction.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/services/command-context.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/command-context.html (original)
+++ websites/staging/isis/trunk/content/reference/services/command-context.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;

Modified: websites/staging/isis/trunk/content/reference/services/developer-utilities-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/developer-utilities-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/developer-utilities-service.html Sat May 24 06:20:25 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;