You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2019/06/27 18:32:54 UTC

[incubator-iceberg] 01/02: Do not show permalink for h1.

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

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iceberg.git

commit 3a1aab05ed004c0e03ab4a1fd22f4bd8937d4bcc
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Thu Jun 27 10:09:46 2019 -0700

    Do not show permalink for h1.
---
 site/docs/css/extra.css | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/site/docs/css/extra.css b/site/docs/css/extra.css
index 2a398d1..ea1ac09 100644
--- a/site/docs/css/extra.css
+++ b/site/docs/css/extra.css
@@ -37,11 +37,6 @@
   opacity: 0;
 }
 
-h1:target .headerlink {
-  color: #008cba;
-  opacity: 1;
-}
-
 h2:target .headerlink {
   color: #008cba;
   opacity: 1;