Repository: tinkerpop
Updated Branches:
  refs/heads/master 5b51d1b08 -> 33a1aba2e


Fix invisible comments - CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/85592bf9
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/85592bf9
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/85592bf9

Branch: refs/heads/master
Commit: 85592bf9c93b5eafb62368538f2178ce9aef55fb
Parents: 9511dac
Author: Robert Dale <robd...@gmail.com>
Authored: Sun Dec 31 10:20:33 2017 -0500
Committer: Robert Dale <robd...@gmail.com>
Committed: Sun Dec 31 10:20:33 2017 -0500

----------------------------------------------------------------------
 docs/postprocessor/processor.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/85592bf9/docs/postprocessor/processor.awk
----------------------------------------------------------------------
diff --git a/docs/postprocessor/processor.awk b/docs/postprocessor/processor.awk
index e640273..18ada47 100644
--- a/docs/postprocessor/processor.awk
+++ b/docs/postprocessor/processor.awk
@@ -28,7 +28,7 @@ BEGIN {
 
 /<\/style>/ {
   if (!styled) {
-    print ".invisible {position: absolute; left: 9999px}"
+    print ".invisible {color: rgba(0,0,0,0); font-size: 0;}"
     styled=1
   }
 }

Reply via email to