You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/05/24 16:17:19 UTC

svn commit: r1597304 - /isis/site/trunk/templates/isis-template.html

Author: danhaywood
Date: Sat May 24 14:17:19 2014
New Revision: 1597304

URL: http://svn.apache.org/r1597304
Log:
improve github banner

Modified:
    isis/site/trunk/templates/isis-template.html

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1597304&r1=1597303&r2=1597304&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Sat May 24 14:17:19 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;