Modified: websites/staging/isis/trunk/content/third-party/viewers/about.html
==============================================================================
--- websites/staging/isis/trunk/content/third-party/viewers/about.html 
(original)
+++ websites/staging/isis/trunk/content/third-party/viewers/about.html Mon Jun  
2 05:32:34 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]) {

Modified: 
websites/staging/isis/trunk/content/third-party/viewers/dhtmlx/about.html
==============================================================================
--- websites/staging/isis/trunk/content/third-party/viewers/dhtmlx/about.html 
(original)
+++ websites/staging/isis/trunk/content/third-party/viewers/dhtmlx/about.html 
Mon Jun  2 05:32:34 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