diff options
| author | Matias Niemelä | 2013-05-20 17:16:23 -0400 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-05-21 14:02:19 +0100 |
| commit | 5bc2836a0db7960621023ab3c9704222cc288317 (patch) | |
| tree | 98820fd1934c634d68396910ee955830b2af0a6f /docs/src/templates/css/docs.css | |
| parent | cdf75b302f573bb0e8b85d679ba66dd914276aa5 (diff) | |
| download | angular.js-5bc2836a0db7960621023ab3c9704222cc288317.tar.bz2 | |
docs(tutorial): fix the float issue with the improve docs button
Diffstat (limited to 'docs/src/templates/css/docs.css')
| -rw-r--r-- | docs/src/templates/css/docs.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index dc8ea48d..00aac98d 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -296,3 +296,15 @@ ul.events > li > h3 { position:relative; z-index:1031; } + +.tutorial-page { + position:relative; +} +.tutorial-page-no-nav { + padding-top:50px; +} +.tutorial-page-no-nav .improve-docs { + position:absolute; + top:0; + right:0; +} |
