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 16:17:48 UTC

svn commit: r909816 [2/5] - in /websites/staging/isis/trunk: cgi-bin/ content/ content/archetypes/ content/archetypes/release-notes/ content/components/ content/components/objectstores/ content/components/objectstores/jdo/ content/components/objectstor...

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/transaction-management.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/transaction-management.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/transaction-management.html Sat May 24 14:17:41 2014
@@ -230,7 +230,7 @@
         #forkongithub a::after{
             content:"";width:100%;
             display:block;
-            position:absolute;
+            position:fixed;
             top:1px;
             left:0;
             height:1px;
@@ -241,9 +241,9 @@
             bottom:1px;
             top:auto;
         }
-        @media screen and (min-width:800px){
+        @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/using-jndi-datasource.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/using-jndi-datasource.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/using-jndi-datasource.html Sat May 24 14:17:41 2014
@@ -230,7 +230,7 @@
         #forkongithub a::after{
             content:"";width:100%;
             display:block;
-            position:absolute;
+            position:fixed;
             top:1px;
             left:0;
             height:1px;
@@ -241,9 +241,9 @@
             bottom:1px;
             top:auto;
         }
-        @media screen and (min-width:800px){
+        @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/objectstores/nosql/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/nosql/about.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/nosql/about.html Sat May 24 14:17:41 2014
@@ -230,7 +230,7 @@
         #forkongithub a::after{
             content:"";width:100%;
             display:block;
-            position:absolute;
+            position:fixed;
             top:1px;
             left:0;
             height:1px;
@@ -241,9 +241,9 @@
             bottom:1px;
             top:auto;
         }
-        @media screen and (min-width:800px){
+        @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/objectstores/nosql/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/nosql/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/nosql/release-notes/about.html Sat May 24 14:17:41 2014
@@ -230,7 +230,7 @@
         #forkongithub a::after{
             content:"";width:100%;
             display:block;
-            position:absolute;
+            position:fixed;
             top:1px;
             left:0;
             height:1px;
@@ -241,9 +241,9 @@
             bottom:1px;
             top:auto;
         }
-        @media screen and (min-width:800px){
+        @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/objectstores/sql/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/sql/about.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/sql/about.html Sat May 24 14:17:41 2014
@@ -230,7 +230,7 @@
         #forkongithub a::after{
             content:"";width:100%;
             display:block;
-            position:absolute;
+            position:fixed;
             top:1px;
             left:0;
             height:1px;
@@ -241,9 +241,9 @@
             bottom:1px;
             top:auto;
         }
-        @media screen and (min-width:800px){
+        @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/objectstores/sql/configuring-the-sql-os-objectstore-with-the-quickstart-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/sql/configuring-the-sql-os-objectstore-with-the-quickstart-archetype.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/sql/configuring-the-sql-os-objectstore-with-the-quickstart-archetype.html Sat May 24 14:17:41 2014
@@ -230,7 +230,7 @@
         #forkongithub a::after{
             content:"";width:100%;
             display:block;
-            position:absolute;
+            position:fixed;
             top:1px;
             left:0;
             height:1px;
@@ -241,9 +241,9 @@
             bottom:1px;
             top:auto;
         }
-        @media screen and (min-width:800px){
+        @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/objectstores/sql/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/sql/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/sql/release-notes/about.html Sat May 24 14:17:41 2014
@@ -230,7 +230,7 @@
         #forkongithub a::after{
             content:"";width:100%;
             display:block;
-            position:absolute;
+            position:fixed;
             top:1px;
             left:0;
             height:1px;
@@ -241,9 +241,9 @@
             bottom:1px;
             top:auto;
         }
-        @media screen and (min-width:800px){
+        @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/objectstores/xml/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/xml/about.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/xml/about.html Sat May 24 14:17:41 2014
@@ -230,7 +230,7 @@
         #forkongithub a::after{
             content:"";width:100%;
             display:block;
-            position:absolute;
+            position:fixed;
             top:1px;
             left:0;
             height:1px;
@@ -241,9 +241,9 @@
             bottom:1px;
             top:auto;
         }
-        @media screen and (min-width:800px){
+        @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/objectstores/xml/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/xml/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/xml/release-notes/about.html Sat May 24 14:17:41 2014
@@ -230,7 +230,7 @@
         #forkongithub a::after{
             content:"";width:100%;
             display:block;
-            position:absolute;
+            position:fixed;
             top:1px;
             left:0;
             height:1px;
@@ -241,9 +241,9 @@
             bottom:1px;
             top:auto;
         }
-        @media screen and (min-width:800px){
+        @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/profilestores/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/profilestores/about.html (original)
+++ websites/staging/isis/trunk/content/components/profilestores/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/profilestores/sql/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/profilestores/sql/about.html (original)
+++ websites/staging/isis/trunk/content/components/profilestores/sql/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/profilestores/sql/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/profilestores/sql/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/profilestores/sql/release-notes/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/profilestores/xml/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/profilestores/xml/about.html (original)
+++ websites/staging/isis/trunk/content/components/profilestores/xml/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/profilestores/xml/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/profilestores/xml/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/profilestores/xml/release-notes/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/progmodels/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/progmodels/about.html (original)
+++ websites/staging/isis/trunk/content/components/progmodels/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/progmodels/groovy/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/progmodels/groovy/about.html (original)
+++ websites/staging/isis/trunk/content/components/progmodels/groovy/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/progmodels/groovy/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/progmodels/groovy/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/progmodels/groovy/release-notes/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/about.html (original)
+++ websites/staging/isis/trunk/content/components/security/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/file/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/file/about.html (original)
+++ websites/staging/isis/trunk/content/components/security/file/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/file/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/file/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/security/file/release-notes/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/file/release-notes/isis-security-file-1.0.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/file/release-notes/isis-security-file-1.0.0.html (original)
+++ websites/staging/isis/trunk/content/components/security/file/release-notes/isis-security-file-1.0.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/file/release-notes/isis-security-file-1.0.1.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/file/release-notes/isis-security-file-1.0.1.html (original)
+++ websites/staging/isis/trunk/content/components/security/file/release-notes/isis-security-file-1.0.1.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/file/release-notes/isis-security-file-1.4.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/file/release-notes/isis-security-file-1.4.0.html (original)
+++ websites/staging/isis/trunk/content/components/security/file/release-notes/isis-security-file-1.4.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/ldap/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/ldap/about.html (original)
+++ websites/staging/isis/trunk/content/components/security/ldap/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/ldap/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/ldap/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/security/ldap/release-notes/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/shiro/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/shiro/about.html (original)
+++ websites/staging/isis/trunk/content/components/security/shiro/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/shiro/configuring-shiro.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/shiro/configuring-shiro.html (original)
+++ websites/staging/isis/trunk/content/components/security/shiro/configuring-shiro.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/shiro/format-of-permissions.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/shiro/format-of-permissions.html (original)
+++ websites/staging/isis/trunk/content/components/security/shiro/format-of-permissions.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/shiro/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/shiro/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/security/shiro/release-notes/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.0.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.0.0.html (original)
+++ websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.0.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.0.html (original)
+++ websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.1.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.1.html (original)
+++ websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.1.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.3.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.3.0.html (original)
+++ websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.3.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.4.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.4.0.html (original)
+++ websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.4.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/shiro/using-ldap.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/shiro/using-ldap.html (original)
+++ websites/staging/isis/trunk/content/components/security/shiro/using-ldap.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/sql/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/sql/about.html (original)
+++ websites/staging/isis/trunk/content/components/security/sql/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/security/sql/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/sql/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/security/sql/release-notes/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/bdd/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/bdd/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/bdd/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/bdd/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/bdd/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/bdd/release-notes/about.html Sat May 24 14:17:41 2014
@@ -230,7 +230,7 @@
         #forkongithub a::after{
             content:"";width:100%;
             display:block;
-            position:absolute;
+            position:fixed;
             top:1px;
             left:0;
             height:1px;
@@ -241,9 +241,9 @@
             bottom:1px;
             top:auto;
         }
-        @media screen and (min-width:800px){
+        @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/dnd/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/dnd/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/dnd/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/dnd/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/dnd/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/dnd/release-notes/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/html/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/html/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/html/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/html/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/html/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/html/release-notes/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/restfulobjects/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/restfulobjects/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/restfulobjects/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/restfulobjects/angularjs-tips.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/restfulobjects/angularjs-tips.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/restfulobjects/angularjs-tips.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/restfulobjects/event-serializer-rospec.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/restfulobjects/event-serializer-rospec.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/restfulobjects/event-serializer-rospec.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-1.0.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-1.0.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-1.0.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.0.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.0.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.0.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.1.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.1.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.1.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.2.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.2.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.2.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/restfulobjects/using-chrome-tools.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/restfulobjects/using-chrome-tools.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/restfulobjects/using-chrome-tools.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/scimpi/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/scimpi/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/scimpi/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/scimpi/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/scimpi/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/scimpi/release-notes/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/bookmarks.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/bookmarks.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/bookmarks.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/configuring-the-about-page.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/configuring-the-about-page.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/configuring-the-about-page.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/custom-pages.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/custom-pages.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/custom-pages.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/customizing-the-viewer.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/customizing-the-viewer.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/customizing-the-viewer.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/customizing-the-welcome-page.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/customizing-the-welcome-page.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/customizing-the-welcome-page.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/dynamic-layouts.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/dynamic-layouts.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/dynamic-layouts.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/file-upload-download.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/file-upload-download.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/file-upload-download.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/hints-and-copy-url.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/hints-and-copy-url.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/hints-and-copy-url.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/how-to-tweak-the-ui-using-css-classes.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/how-to-tweak-the-ui-using-css-classes.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/how-to-tweak-the-ui-using-css-classes.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/how-to-tweak-the-ui-using-javascript.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/how-to-tweak-the-ui-using-javascript.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/how-to-tweak-the-ui-using-javascript.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/recent-pages.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/recent-pages.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/recent-pages.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/regular-vs-upper-case.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/regular-vs-upper-case.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/regular-vs-upper-case.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.0.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.0.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.0.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.1.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.1.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.1.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.2.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.2.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.2.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.1.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.1.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.1.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.4.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.4.0.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.4.0.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.4.1.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.4.1.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.4.1.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/static-layouts.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/static-layouts.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/static-layouts.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/stripped-wicket-tags.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/stripped-wicket-tags.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/stripped-wicket-tags.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-remember-me.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-remember-me.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-remember-me.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/third-party/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/third-party/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/third-party/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/third-party/danhaywood-isis-wicket-excel.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/third-party/danhaywood-isis-wicket-excel.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/third-party/danhaywood-isis-wicket-excel.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/third-party/danhaywood-isis-wicket-fullcalendar2.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/third-party/danhaywood-isis-wicket-fullcalendar2.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/third-party/danhaywood-isis-wicket-fullcalendar2.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/third-party/danhaywood-isis-wicket-gmap3.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/third-party/danhaywood-isis-wicket-gmap3.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/third-party/danhaywood-isis-wicket-gmap3.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/third-party/danhaywood-isis-wicket-wickedcharts.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/third-party/danhaywood-isis-wicket-wickedcharts.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/third-party/danhaywood-isis-wicket-wickedcharts.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/tips-and-workarounds.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/tips-and-workarounds.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/tips-and-workarounds.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/components/viewers/wicket/titles-in-tables.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/titles-in-tables.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/titles-in-tables.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/contributors/about.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/about.html (original)
+++ websites/staging/isis/trunk/content/contributors/about.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/contributors/applying-patches.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/applying-patches.html (original)
+++ websites/staging/isis/trunk/content/contributors/applying-patches.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/contributors/building-isis.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/building-isis.html (original)
+++ websites/staging/isis/trunk/content/contributors/building-isis.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/contributors/contributing.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/contributing.html (original)
+++ websites/staging/isis/trunk/content/contributors/contributing.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/contributors/development-environment.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/development-environment.html (original)
+++ websites/staging/isis/trunk/content/contributors/development-environment.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;

Modified: websites/staging/isis/trunk/content/contributors/git-cookbook.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/git-cookbook.html (original)
+++ websites/staging/isis/trunk/content/contributors/git-cookbook.html Sat May 24 14:17:41 2014
@@ -243,7 +243,7 @@
         }
         @media screen and (min-width:768px){
             #forkongithub{
-                position:absolute;
+                position:fixed;
                 display:block;
                 top:0;
                 right:0;
@@ -255,7 +255,7 @@
             #forkongithub a{
                 display:inherit;
                 width:250px;
-                position:absolute;
+                position:fixed;
                 font-size:small;
                 top:40px;
                 right:-60px;