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:19:40 UTC

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

Author: danhaywood
Date: Sat May 24 06:19:40 2014
New Revision: 1597253

URL: http://svn.apache.org/r1597253
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=1597253&r1=1597252&r2=1597253&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Sat May 24 06:19:40 2014
@@ -210,6 +210,17 @@
         
         #forkongithub a{
             display: none;
+            background:#090;
+            color:#fff;
+            text-decoration:none;
+            font-family:arial, sans-serif;
+            text-align:center;
+            font-weight:bold;
+            padding:5px 40px;
+            font-size:1rem;
+            line-height:2rem;
+            position:relative;
+            transition:0.5s;
         }
         #forkongithub a:hover{
             background:#0D0;