You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2017/12/07 21:47:43 UTC

[accumulo-website] 01/03: ACCUMULO-4754 Fix links to properties in 2.0 docs

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git

commit c1600bd02b1a90cb68494ae507d65ee0ad6b29d2
Author: Mike Walch <mw...@apache.org>
AuthorDate: Mon Dec 4 16:39:22 2017 -0500

    ACCUMULO-4754 Fix links to properties in 2.0 docs
---
 css/accumulo.scss | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/css/accumulo.scss b/css/accumulo.scss
index 86a8e81..9b9a576 100644
--- a/css/accumulo.scss
+++ b/css/accumulo.scss
@@ -182,6 +182,16 @@ h1[id]::before, h2[id]::before, h3[id]::before, h4[id]::before, h5[id]::before,
   visibility: hidden;
 }
 
+/* insert invisible space above Accumulo property names so that
+ * if they are linked to, the actual content will appear below the nav menu */
+a.prop {
+  display: block;
+  content: " ";
+  margin-top: -90px;
+  height: 90px;
+  visibility: hidden;
+}
+
 /* Turn off sidebar affix for small screens */
 @media (max-width: 975px) {
   .affix {

-- 
To stop receiving notification emails like this one, please contact
"commits@accumulo.apache.org" <co...@accumulo.apache.org>.