From c56f795e39555d22b3e8eb9f58128204cb0f9ab5 Mon Sep 17 00:00:00 2001 From: JJ Geewax Date: Fri, 8 May 2015 15:20:23 -0400 Subject: [PATCH] Fix #563 - Add breadcrumbs to single method docs. --- docs/site/components/docs/docs.html | 26 ++++++++++++++++++++------ docs/site/css/main.css | 2 +- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/docs/site/components/docs/docs.html b/docs/site/components/docs/docs.html index 237d9e52ffe..2aa8164d2af 100644 --- a/docs/site/components/docs/docs.html +++ b/docs/site/components/docs/docs.html @@ -118,6 +118,7 @@

ACLs

+

{{method.name}} @@ -125,12 +126,25 @@

- + + + + + + + » + + + » + + + + +

diff --git a/docs/site/css/main.css b/docs/site/css/main.css index d2458f389f6..f798156c64e 100755 --- a/docs/site/css/main.css +++ b/docs/site/css/main.css @@ -727,7 +727,7 @@ ul { color: #4285f4; } -.permalink span { +.permalink.anchor { position: absolute; padding: 0 7px; left: -24px;