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/02/19 16:22:23 UTC

svn commit: r1569786 - in /isis/site/trunk: content/documentation.md templates/isis-template.html

Author: danhaywood
Date: Wed Feb 19 15:22:23 2014
New Revision: 1569786

URL: http://svn.apache.org/r1569786
Log:
anchor offset

Modified:
    isis/site/trunk/content/documentation.md
    isis/site/trunk/templates/isis-template.html

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1569786&r1=1569785&r2=1569786&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Wed Feb 19 15:22:23 2014
@@ -434,7 +434,6 @@ For both:
 * [Gmap3](./components/viewers/wicket/third-party/danhaywood-isis-wicket-gmap3.html) <a href="./components/viewers/wicket/third-party/danhaywood-isis-wicket-gmap3.html#screencast"><img src="./images/tv_show-25.png"></a> 
 * [Wicked charts](./components/viewers/wicket/third-party/danhaywood-isis-wicket-wickedcharts.html)
 
-
 }
 
 }

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1569786&r1=1569785&r2=1569786&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Wed Feb 19 15:22:23 2014
@@ -129,6 +129,9 @@
         .documentation h3 a[name],
         .documentation h4 a[name] {
             color: black;
+            padding-top: 80px;
+            margin-top: -80px;
+            display: inline-block; 
         }
         .documentation h2 a[name]:hover,
         .documentation h3 a[name]:hover,
@@ -172,13 +175,6 @@
             font-style: italic;
         }
         
-        .documentation h2 a[name],
-        .documentation h3 a[name],
-        .documentation h4 a[name], {
-             padding-top: 80px;
-             margin-top: -80px;
-             display: inline-block; 
-        }
         
     </style>
     <script type="text/javascript">