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:08:08 UTC

svn commit: r909779 [5/11] - 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/objectsto...

Modified: websites/staging/isis/trunk/content/contributors/key-generation.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/key-generation.html (original)
+++ websites/staging/isis/trunk/content/contributors/key-generation.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/contributors/pmc-notes.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/pmc-notes.html (original)
+++ websites/staging/isis/trunk/content/contributors/pmc-notes.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html (original)
+++ websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/contributors/release-branch-and-tag-names.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-branch-and-tag-names.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-branch-and-tag-names.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/contributors/release-checklist.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-checklist.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-checklist.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/contributors/release-process-one-pager.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-process-one-pager.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-process-one-pager.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/contributors/release-process.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-process.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-process.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/contributors/snapshot-process.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/snapshot-process.html (original)
+++ websites/staging/isis/trunk/content/contributors/snapshot-process.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/contributors/upd_sh.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/upd_sh.html (original)
+++ websites/staging/isis/trunk/content/contributors/upd_sh.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/contributors/updating-the-cms-site.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/updating-the-cms-site.html (original)
+++ websites/staging/isis/trunk/content/contributors/updating-the-cms-site.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/contributors/verifying-releases-script.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/verifying-releases-script.html (original)
+++ websites/staging/isis/trunk/content/contributors/verifying-releases-script.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/contributors/verifying-releases-using-creadur-tools.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/verifying-releases-using-creadur-tools.html (original)
+++ websites/staging/isis/trunk/content/contributors/verifying-releases-using-creadur-tools.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/contributors/verifying-releases.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/verifying-releases.html (original)
+++ websites/staging/isis/trunk/content/contributors/verifying-releases.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/contributors/versioning-policy.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/versioning-policy.html (original)
+++ websites/staging/isis/trunk/content/contributors/versioning-policy.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/about.html
==============================================================================
--- websites/staging/isis/trunk/content/core/about.html (original)
+++ websites/staging/isis/trunk/content/core/about.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/bypass-security.html
==============================================================================
--- websites/staging/isis/trunk/content/core/bypass-security.html (original)
+++ websites/staging/isis/trunk/content/core/bypass-security.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/bytecode.html
==============================================================================
--- websites/staging/isis/trunk/content/core/bytecode.html (original)
+++ websites/staging/isis/trunk/content/core/bytecode.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/inmemory-objectstore.html
==============================================================================
--- websites/staging/isis/trunk/content/core/inmemory-objectstore.html (original)
+++ websites/staging/isis/trunk/content/core/inmemory-objectstore.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/inmemory-profilestore.html
==============================================================================
--- websites/staging/isis/trunk/content/core/inmemory-profilestore.html (original)
+++ websites/staging/isis/trunk/content/core/inmemory-profilestore.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/integtestsupport.html
==============================================================================
--- websites/staging/isis/trunk/content/core/integtestsupport.html (original)
+++ websites/staging/isis/trunk/content/core/integtestsupport.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/core/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/core/release-notes/about.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/release-notes/isis-1.0.0.html
==============================================================================
--- websites/staging/isis/trunk/content/core/release-notes/isis-1.0.0.html (original)
+++ websites/staging/isis/trunk/content/core/release-notes/isis-1.0.0.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/release-notes/isis-1.1.0.html
==============================================================================
--- websites/staging/isis/trunk/content/core/release-notes/isis-1.1.0.html (original)
+++ websites/staging/isis/trunk/content/core/release-notes/isis-1.1.0.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/release-notes/isis-1.2.0.html
==============================================================================
--- websites/staging/isis/trunk/content/core/release-notes/isis-1.2.0.html (original)
+++ websites/staging/isis/trunk/content/core/release-notes/isis-1.2.0.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/release-notes/isis-1.3.0.html
==============================================================================
--- websites/staging/isis/trunk/content/core/release-notes/isis-1.3.0.html (original)
+++ websites/staging/isis/trunk/content/core/release-notes/isis-1.3.0.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/release-notes/isis-1.4.0.html
==============================================================================
--- websites/staging/isis/trunk/content/core/release-notes/isis-1.4.0.html (original)
+++ websites/staging/isis/trunk/content/core/release-notes/isis-1.4.0.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/runtime.html
==============================================================================
--- websites/staging/isis/trunk/content/core/runtime.html (original)
+++ websites/staging/isis/trunk/content/core/runtime.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/specsupport-and-integtestsupport.html
==============================================================================
--- websites/staging/isis/trunk/content/core/specsupport-and-integtestsupport.html (original)
+++ websites/staging/isis/trunk/content/core/specsupport-and-integtestsupport.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/unittestsupport.html
==============================================================================
--- websites/staging/isis/trunk/content/core/unittestsupport.html (original)
+++ websites/staging/isis/trunk/content/core/unittestsupport.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/core/webserver.html
==============================================================================
--- websites/staging/isis/trunk/content/core/webserver.html (original)
+++ websites/staging/isis/trunk/content/core/webserver.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/documentation.html
==============================================================================
--- websites/staging/isis/trunk/content/documentation.html (original)
+++ websites/staging/isis/trunk/content/documentation.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/download.html
==============================================================================
--- websites/staging/isis/trunk/content/download.html (original)
+++ websites/staging/isis/trunk/content/download.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/how-tos/about.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/about.html (original)
+++ websites/staging/isis/trunk/content/how-tos/about.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/how-tos/how-to-01-010-How-to-have-a-domain-object-be-a-POJO.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-01-010-How-to-have-a-domain-object-be-a-POJO.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-01-010-How-to-have-a-domain-object-be-a-POJO.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/how-tos/how-to-01-030-How-to-add-a-property-to-a-domain-entity.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-01-030-How-to-add-a-property-to-a-domain-entity.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-01-030-How-to-add-a-property-to-a-domain-entity.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/how-tos/how-to-01-040-How-to-specify-a-title-for-a-domain-entity.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-01-040-How-to-specify-a-title-for-a-domain-entity.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-01-040-How-to-specify-a-title-for-a-domain-entity.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/how-tos/how-to-01-050-How-to-add-a-collection-to-a-domain-entity.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-01-050-How-to-add-a-collection-to-a-domain-entity.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-01-050-How-to-add-a-collection-to-a-domain-entity.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/how-tos/how-to-01-060-How-to-add-an-action-to-a-domain-entity-or-service.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-01-060-How-to-add-an-action-to-a-domain-entity-or-service.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-01-060-How-to-add-an-action-to-a-domain-entity-or-service.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(

Modified: websites/staging/isis/trunk/content/how-tos/how-to-01-070-How-to-specify-the-icon-for-a-domain-entity.html
==============================================================================
--- websites/staging/isis/trunk/content/how-tos/how-to-01-070-How-to-specify-the-icon-for-a-domain-entity.html (original)
+++ websites/staging/isis/trunk/content/how-tos/how-to-01-070-How-to-specify-the-icon-for-a-domain-entity.html Sat May 24 06:08:00 2014
@@ -206,10 +206,65 @@
             margin-top: 0px;
             margin-bottom: 0px;
         }
-        
-        
+
+        #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;
+        }
+        #forkongithub a:hover{
+            background:#0D0;
+            color:#fff;
+        }
+        #forkongithub a::before,
+        #forkongithub a::after{
+            content:"";width:100%;
+            display:block;
+            position:absolute;
+            top:1px;
+            left:0;
+            height:1px;
+            background:#fff;
+        }
+        #forkongithub a::after{
+            bottom:1px;
+            top:auto;
+        }
+        @media screen and (min-width:800px){
+            #forkongithub{
+                position:absolute;
+                display:block;
+                top:0;
+                right:0;
+                width:200px;
+                overflow:hidden;
+                height:200px;
+            }
+            #forkongithub a{
+                width:200px;
+                position:absolute;
+                top:60px;
+                right:-60px;
+                transform:rotate(45deg);
+                -webkit-transform:rotate(45deg);
+                box-shadow:4px 4px 10px rgba(0,0,0,0.8);
+            }
+        }        
     </style>
 
+    <!-- courtesy of http://codepo8.github.io/css-fork-on-github-ribbon/ -->
+    <span id="forkongithub">
+        <a href="https://github.com/apache/isis">Fork me on GitHub</a>
+    </span>
+
     <script type="text/javascript">
       function fbshare () {
           window.open(