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:14:18 UTC

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

Author: danhaywood
Date: Sat May 24 14:14:18 2014
New Revision: 1597303

URL: http://svn.apache.org/r1597303
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=1597303&r1=1597302&r2=1597303&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Sat May 24 14:14:18 2014
@@ -230,7 +230,7 @@
         #forkongithub a::after{
             content:"";width:100%;
             display:block;
-            position:absolute;
+            position:fixed;
             top:1px;
             left:0;
             height:1px;
@@ -241,7 +241,7 @@
             bottom:1px;
             top:auto;
         }
-        @media screen and (min-width:800px){
+        @media screen and (min-width:768px){
             #forkongithub{
                 position:absolute;
                 display:block;