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:19:06 UTC

svn commit: r909783 [5/6] - 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-04-020-How-to-make-a-derived-collection.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-020-How-to-make-a-derived-collection.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-020-How-to-make-a-derived-collection.html Sat May 24 06:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html Sat May 24 06:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html Sat May 24 06:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html Sat May 24 06:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html Sat May 24 06:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html Sat May 24 06:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html Sat May 24 06:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html Sat May 24 06:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-040-How-to-specify-names-or-description-for-an-action.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-040-How-to-specify-names-or-description-for-an-action.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-040-How-to-specify-names-or-description-for-an-action.html Sat May 24 06:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-050-How-to-specify-the-icon-for-an-individual-objects-state.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-050-How-to-specify-the-icon-for-an-individual-objects-state.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-05-050-How-to-specify-the-icon-for-an-individual-objects-state.html Sat May 24 06:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

Modified: websites/staging/isis/trunk/content/more-advanced-topics/how-to-06-010-How-to-pass-a-messages-and-errors-back-to-the-user.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/how-to-06-010-How-to-pass-a-messages-and-errors-back-to-the-user.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/how-to-06-010-How-to-pass-a-messages-and-errors-back-to-the-user.html Sat May 24 06:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);

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:19:00 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            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;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);