Author: danhaywood
Date: Mon Jun  2 05:31:59 2014
New Revision: 1599091

URL: http://svn.apache.org/r1599091
Log:
styling

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=1599091&r1=1599090&r2=1599091&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Mon Jun  2 05:31:59 2014
@@ -121,10 +121,12 @@
           margin-bottom: 0px;
         }
 
+        .container .markdown-content .group,
         .markdown-content .documentation .group {
           margin-top: 9px;
         }
 
+        .container .group h2,
         .documentation .group h2 {
           border-bottom: 1px solid #DDD
         }
@@ -136,18 +138,26 @@
         }
         
         .container h2 a[name],
+        .container h3 a[name],
+        .container h4 a[name],
         .documentation h2 a[name],
         .documentation h3 a[name],
         .documentation h4 a[name] {
             color: black;
             display: inline-block; 
         }
+        .container h2 a[name]:hover,
+        .container h3 a[name]:hover,
+        .container h4 a[name]:hover,
         .documentation h2 a[name]:hover,
         .documentation h3 a[name]:hover,
         .documentation h4 a[name]:hover {
             text-decoration: none;
         }
 
+        .container h2 a:not([name]),
+        .container h3 a:not([name]),
+        .container h4 a:not([name]),
         .documentation h2 a:not([name]),
         .documentation h3 a:not([name]),
         .documentation h4 a:not([name]) {


Reply via email to