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 15:44:13 UTC

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

Author: danhaywood
Date: Wed Feb 19 14:44:13 2014
New Revision: 1569769

URL: http://svn.apache.org/r1569769
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=1569769&r1=1569768&r2=1569769&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Wed Feb 19 14:44:13 2014
@@ -24,7 +24,6 @@ Title: Documentation
 - [Tutorials](intro/tutorials/tutorials.html)
 - **[Screencasts](intro/tutorials/screencasts.html)** <a href="intro/tutorials/screencasts.html"><img src="./images/tv_show-25.png"></a>
 
-
 #### <a name="learning-more">Learning more</a>
 
 - [Powered by Isis](intro/powered-by/powered-by.html)

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1569769&r1=1569768&r2=1569769&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Wed Feb 19 14:44:13 2014
@@ -125,8 +125,8 @@
           border-bottom: 1px solid #DDD
         }
         .documentation h2 a[!name],
-        .documentation h3 a[!name],
-        .documentation h4 a[!name] {
+        .documentation h3 a:not([name]),
+        .documentation h4 a:not([name]) {
           /* same as code style */
           padding: 0 3px 2px;
           font-family: Monaco, Andale Mono, Courier New, monospace;