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

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

Author: danhaywood
Date: Sat May 24 06:18:34 2014
New Revision: 1597252

URL: http://svn.apache.org/r1597252
Log:
mapping blobs; 1.4.2->1.5.0; fork me on github

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=1597252&r1=1597251&r2=1597252&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Sat May 24 06:18:34 2014
@@ -209,17 +209,7 @@
 
         
         #forkongithub a{
-            background:#090;
-            color:#fff;
-            text-decoration:none;
-            font-family:arial, sans-serif;
-            text-align:center;
-            font-weight:bold;
-            padding:5px 40px;
-            font-size:1rem;
-            line-height:2rem;
-            position:relative;
-            transition:0.5s;
+            display: none;
         }
         #forkongithub a:hover{
             background:#0D0;
@@ -252,9 +242,11 @@
                 z-index: 9999;
             }
             #forkongithub a{
+                display:inherit;
                 width:200px;
                 position:absolute;
-                top:60px;
+                font-size:small;
+                top:40px;
                 right:-60px;
                 transform:rotate(45deg);
                 -webkit-transform:rotate(45deg);