aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorMatias Niemelä2013-05-20 17:16:23 -0400
committerPete Bacon Darwin2013-05-21 14:09:42 +0100
commit5e1ed9d5d2169954399bbfe1f3bb8153684eb3c9 (patch)
tree417118ff3886ca63f2181f5256b863c8c5e0e969 /docs/src
parent2ba668732ac5454caced2bfc30f87f6a6eabe182 (diff)
downloadangular.js-5e1ed9d5d2169954399bbfe1f3bb8153684eb3c9.tar.bz2
docs(tutorial): fix the float issue with the improve docs button
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/templates/css/docs.css12
1 files changed, 12 insertions, 0 deletions
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;
+}