From 5e1ed9d5d2169954399bbfe1f3bb8153684eb3c9 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Mon, 20 May 2013 17:16:23 -0400 Subject: docs(tutorial): fix the float issue with the improve docs button --- docs/src/templates/css/docs.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/src/templates') diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 70d98a3c..0bb631d8 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -188,3 +188,15 @@ ul.events > li > h3 { .clear { clear: both; } + +.tutorial-page { + position:relative; +} +.tutorial-page-no-nav { + padding-top:50px; +} +.tutorial-page-no-nav .improve-docs { + position:absolute; + top:0; + right:0; +} -- cgit v1.2.3